From 9c4b65adeef986b322f0c6bc3073c47d19a2c570 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 9 Jul 2017 14:28:14 +0100 Subject: [PATCH] release 2.036006 --- Changes | 2 +- META.json | 4 ++-- META.yml | 4 ++-- lib/App/Netdisco.pm | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index 3f8e1cb3..a9b732f0 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -2.036006 - TESTING +2.036006 - 2017-07-09 [ENHANCEMENTS] diff --git a/META.json b/META.json index 8c00bb52..1e80d267 100644 --- a/META.json +++ b/META.json @@ -100,7 +100,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.036005" + "version" : "2.036006" }, "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.036005", + "version" : "2.036006", "x_serialization_backend" : "JSON::PP version 2.94" } diff --git a/META.yml b/META.yml index 9aaf9651..f9c5328c 100644 --- a/META.yml +++ b/META.yml @@ -18,7 +18,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.036005' + version: '2.036006' 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.036005' +version: '2.036006' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 1d7858a4..f77b8a94 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.036005'; +our $VERSION = '2.036006'; use App::Netdisco::Configuration; use Module::Find ();