From 4d601256d7826e69cde00def85de1a7bee95b380 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 17 May 2015 22:08:14 +0100 Subject: [PATCH] release 2.032004 --- Netdisco/Changes | 4 ++-- Netdisco/META.yml | 2 +- Netdisco/lib/App/Netdisco.pm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 ();