From 57c6f8c5f5df481749198bca95758b0e98844e80 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 12 Jul 2017 07:01:18 +0100 Subject: [PATCH] release 2.036007 --- META.json | 4 ++-- META.yml | 4 ++-- lib/App/Netdisco.pm | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/META.json b/META.json index 1e80d267..411d54ec 100644 --- a/META.json +++ b/META.json @@ -100,7 +100,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.036006" + "version" : "2.036007" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -659,6 +659,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.036006", + "version" : "2.036007", "x_serialization_backend" : "JSON::PP version 2.94" } diff --git a/META.yml b/META.yml index f9c5328c..fff36fd5 100644 --- a/META.yml +++ b/META.yml @@ -18,7 +18,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.036006' + version: '2.036007' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -453,5 +453,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.036006' +version: '2.036007' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index f77b8a94..632cc7fc 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.036006'; +our $VERSION = '2.036007'; use App::Netdisco::Configuration; use Module::Find ();