diff --git a/Changes b/Changes index 47671a8c..7d9914ec 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +2.058001 - 2022-11-05 + + [BUG FIXES] + + * #940 bump db schema version + 2.058000 - 2022-11-04 [NEW FEATURES] diff --git a/META.json b/META.json index cd771fae..1ed4cad0 100644 --- a/META.json +++ b/META.json @@ -136,7 +136,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.058000" + "version" : "2.058001" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -158,7 +158,7 @@ }, "App::Netdisco::DB" : { "file" : "lib/App/Netdisco/DB.pm", - "version" : "75" + "version" : "76" }, "App::Netdisco::DB::ExplicitLocking" : { "file" : "lib/App/Netdisco/DB/ExplicitLocking.pm" @@ -920,6 +920,6 @@ "x_IRC" : "irc://irc.libera.chat/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.058000", + "version" : "2.058001", "x_serialization_backend" : "JSON::PP version 4.06" } diff --git a/META.yml b/META.yml index ee071f22..6eafe8e4 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.058000' + version: '2.058001' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -38,7 +38,7 @@ provides: file: lib/App/Netdisco/Configuration.pm App::Netdisco::DB: file: lib/App/Netdisco/DB.pm - version: '75' + version: '76' App::Netdisco::DB::ExplicitLocking: file: lib/App/Netdisco/DB/ExplicitLocking.pm App::Netdisco::DB::Result: @@ -635,5 +635,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.058000' +version: '2.058001' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 02823838..d4d5446b 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.058000'; +our $VERSION = '2.058001'; use App::Netdisco::Configuration; =head1 NAME