From 728e23cdf744e17c8dec63569a4f82b726e35adc Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 22 Jun 2017 08:36:23 +0100 Subject: [PATCH] release 2.036000 --- Changes | 2 +- META.json | 6 +++--- META.yml | 4 ++-- lib/App/Netdisco.pm | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index 28cf9d6e..7ad33f51 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -2.036000 - TESTING +2.036000 - 2017-06-22 [NEW FEATURES] diff --git a/META.json b/META.json index fcdf5dd2..66ac7761 100644 --- a/META.json +++ b/META.json @@ -99,7 +99,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.035999_010" + "version" : "2.036000" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -634,7 +634,7 @@ "file" : "lib/Dancer/Template/NetdiscoTemplateToolkit.pm" } }, - "release_status" : "testing", + "release_status" : "stable", "resources" : { "bugtracker" : { "web" : "https://github.com/netdisco/netdisco/issues" @@ -649,6 +649,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.035999_010", + "version" : "2.036000", "x_serialization_backend" : "JSON::PP version 2.27400" } diff --git a/META.yml b/META.yml index 591ff94e..0c3a2601 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_010 + version: '2.036000' 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_010 +version: '2.036000' x_serialization_backend: 'CPAN::Meta::YAML version 0.011' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 3573fa40..7b9490dd 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_010'; +our $VERSION = '2.036000'; use App::Netdisco::Configuration; use Module::Find ();