release 2.032004

This commit is contained in:
Oliver Gorwits
2015-05-17 22:08:14 +01:00
parent 97030ee424
commit 4d601256d7
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
2.032004 - 2.032004 - 2015-05-17
[NEW FEATURES] [NEW FEATURES]
@@ -6,7 +6,7 @@
[ENHANCEMENTS] [ENHANCEMENTS]
* Allow "hidden" option to reports config * Allow "hidden" option (from menu) in Custom Reports config
* Improve documentation for netdisco-sshcollector * Improve documentation for netdisco-sshcollector
[BUG FIXES] [BUG FIXES]

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.032003' version: '2.032004'

View File

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