diff --git a/Changes b/Changes index 101adeb5..4dbadea3 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -2.035999_004 - 2017-05-29 +2.035999_005 - 2017-05-29 [NEW FEATURES] diff --git a/META.json b/META.json index faa2f77c..a6eb3bf8 100644 --- a/META.json +++ b/META.json @@ -100,7 +100,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.035999_004" + "version" : "2.035999_005" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -650,6 +650,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.035999_004", + "version" : "2.035999_005", "x_serialization_backend" : "JSON::PP version 2.27300" } diff --git a/META.yml b/META.yml index 9b7e5676..eb305659 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_004 + version: 2.035999_005 App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -447,5 +447,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: 2.035999_004 +version: 2.035999_005 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index b1b058a8..c7f2254c 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_004'; +our $VERSION = '2.035999_005'; use App::Netdisco::Configuration; use Module::Find ();