From 2426931a3a211f42066c7ee44a1eed49bdfb19cd Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 30 Jul 2015 17:32:21 +0100 Subject: [PATCH] release 2.032007 --- Netdisco/Changes | 2 +- Netdisco/META.yml | 2 +- Netdisco/lib/App/Netdisco.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index c9d1a5c1..be495725 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,4 @@ -2.032007 - 2015-0 +2.032007 - 2015-07-30 [ENHANCEMENTS] diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 885a960f..68bad8cf 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -92,4 +92,4 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: git://git.code.sf.net/p/netdisco/netdisco-ng -version: '2.032006' +version: '2.032007' diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 9f447ec7..ea74d368 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.032006'; +our $VERSION = '2.032007'; use App::Netdisco::Configuration; use Module::Find ();