From ea6c710b4a75b23bc959b06f9007dce976ac0ec7 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 25 Nov 2021 20:17:16 +0000 Subject: [PATCH] release 2.051005 --- META.json | 4 ++-- META.yml | 4 ++-- lib/App/Netdisco.pm | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/META.json b/META.json index 14394c6a..942e484e 100644 --- a/META.json +++ b/META.json @@ -134,7 +134,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.051004" + "version" : "2.051005" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -894,6 +894,6 @@ "x_IRC" : "irc://irc.libera.chat/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.051004", + "version" : "2.051005", "x_serialization_backend" : "JSON::PP version 4.06" } diff --git a/META.yml b/META.yml index dd38e56b..c47ba688 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.051004' + version: '2.051005' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -617,5 +617,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/BSD-3-Clause repository: https://github.com/netdisco/netdisco -version: '2.051004' +version: '2.051005' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 2eaf31b0..6500ea0c 100644 --- a/lib/App/Netdisco.pm +++ b/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.051004'; +our $VERSION = '2.051005'; use App::Netdisco::Configuration; =head1 NAME