diff --git a/Changes b/Changes index 34b065d5..c786e930 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,9 @@ -2.052012 - 2022-08-01 +2.052012 - 2022-08-02 [BUG FIXES] * retry without BULKWALK automatically in snapshot + * fix broken VLAN Inventory report 2.052011 - 2022-08-01 diff --git a/META.json b/META.json index 67fd7126..2647fdcf 100644 --- a/META.json +++ b/META.json @@ -135,7 +135,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.052011" + "version" : "2.052012" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -904,6 +904,6 @@ "x_IRC" : "irc://irc.libera.chat/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.052011", + "version" : "2.052012", "x_serialization_backend" : "JSON::PP version 4.06" } diff --git a/META.yml b/META.yml index 3e5e7eb2..4248bb6d 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.052011' + version: '2.052012' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -624,5 +624,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.052011' +version: '2.052012' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 74468ea1..28a8799c 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.052011'; +our $VERSION = '2.052012'; use App::Netdisco::Configuration; =head1 NAME