diff --git a/Netdisco/Changes b/Netdisco/Changes index ed1bcd59..63ea5285 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,3 +1,9 @@ +2.016001 - 2013-09-11 + + [BUG FIXES] + + * Fix for broken free port status + 2.016000 - 2013-09-10 [NEW FEATURES] diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 9929e5b6..dd018a8d 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -63,4 +63,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.016000 +version: 2.016001 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index ee2b58a9..c8101d04 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -7,7 +7,7 @@ use 5.010_000; use File::ShareDir 'dist_dir'; use Path::Class; -our $VERSION = '2.016000'; +our $VERSION = '2.016001'; BEGIN { if (not ($ENV{DANCER_APPDIR} || '')