diff --git a/META.json b/META.json index ade337b6..fcdf5dd2 100644 --- a/META.json +++ b/META.json @@ -99,7 +99,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.035999_009" + "version" : "2.035999_010" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -649,6 +649,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.035999_009", + "version" : "2.035999_010", "x_serialization_backend" : "JSON::PP version 2.27400" } diff --git a/META.yml b/META.yml index 5d57de21..591ff94e 100644 --- a/META.yml +++ b/META.yml @@ -18,7 +18,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: 2.035999_009 + version: 2.035999_010 App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -446,5 +446,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: 2.035999_009 +version: 2.035999_010 x_serialization_backend: 'CPAN::Meta::YAML version 0.011' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index af211e74..3573fa40 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.035999_009'; +our $VERSION = '2.035999_010'; use App::Netdisco::Configuration; use Module::Find ();