diff --git a/Netdisco/Changes b/Netdisco/Changes index 1f62b09c..99e3b205 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,4 @@ -2.032004 - +2.032004 - 2015-05-17 [NEW FEATURES] @@ -6,7 +6,7 @@ [ENHANCEMENTS] - * Allow "hidden" option to reports config + * Allow "hidden" option (from menu) in Custom Reports config * Improve documentation for netdisco-sshcollector [BUG FIXES] diff --git a/Netdisco/META.yml b/Netdisco/META.yml index bee7dafa..3d41da46 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.032003' +version: '2.032004' diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 8db8c942..47085c1a 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.032003'; +our $VERSION = '2.032004'; use App::Netdisco::Configuration; use Module::Find ();