diff --git a/Changes b/Changes index b4237460..3e28ff40 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -2.038002_001 - 2018-01-02 +2.038002_002 - 2018-01-04 [ENHANCEMENTS] diff --git a/META.json b/META.json index ea890675..a0f56184 100644 --- a/META.json +++ b/META.json @@ -105,7 +105,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.038002_001" + "version" : "2.038002_002" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -766,6 +766,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.038002_001", + "version" : "2.038002_002", "x_serialization_backend" : "JSON::PP version 2.94" } diff --git a/META.yml b/META.yml index 7266c985..13ad2e9a 100644 --- a/META.yml +++ b/META.yml @@ -18,7 +18,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: 2.038002_001 + version: 2.038002_002 App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -526,5 +526,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/BSD-3-Clause repository: https://github.com/netdisco/netdisco -version: 2.038002_001 +version: 2.038002_002 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index df3773c7..48f4683d 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.038002_001'; +our $VERSION = '2.038002_002'; use App::Netdisco::Configuration; =head1 NAME