release 2.032007

This commit is contained in:
Oliver Gorwits
2015-07-30 17:32:21 +01:00
parent 124e43ebe8
commit 2426931a3a
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
2.032007 - 2015-0 2.032007 - 2015-07-30
[ENHANCEMENTS] [ENHANCEMENTS]

View File

@@ -92,4 +92,4 @@ resources:
homepage: http://netdisco.org/ homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php license: http://opensource.org/licenses/bsd-license.php
repository: git://git.code.sf.net/p/netdisco/netdisco-ng repository: git://git.code.sf.net/p/netdisco/netdisco-ng
version: '2.032006' version: '2.032007'

View File

@@ -4,7 +4,7 @@ use strict;
use warnings; use warnings;
use 5.010_000; use 5.010_000;
our $VERSION = '2.032006'; our $VERSION = '2.032007';
use App::Netdisco::Configuration; use App::Netdisco::Configuration;
use Module::Find (); use Module::Find ();