diff --git a/Changes b/Changes index 0847a1aa..0a446e64 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -2.049000 - 2021-08-22 +2.049001 - 2021-08-22 [ENHANCEMENTS] diff --git a/META.json b/META.json index 816054ed..cf75bdd2 100644 --- a/META.json +++ b/META.json @@ -129,7 +129,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.049000" + "version" : "2.049001" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -862,6 +862,6 @@ "x_IRC" : "irc://irc.libera.chat/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.049000", + "version" : "2.049001", "x_serialization_backend" : "JSON::PP version 4.06" } diff --git a/META.yml b/META.yml index 568aed65..3312070c 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.049000' + version: '2.049001' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -594,5 +594,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.049000' +version: '2.049001' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 60bd7acc..9d71c74a 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.049000'; +our $VERSION = '2.049001'; use App::Netdisco::Configuration; =head1 NAME