diff --git a/Netdisco/Changes b/Netdisco/Changes index 4b80f149..1c695aaf 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,10 @@ -2.018001 - +2.019001 - 2013-10-08 + + [BUG FIXES] + + * Fix syntax error in Util/SNMP.pm + +2.019000 - 2013-10-08 [ENHANCEMENTS] diff --git a/Netdisco/META.yml b/Netdisco/META.yml index da6f31f9..e92dc77d 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -67,4 +67,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.019000 +version: 2.019001 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index b51c36b6..a8d04ae6 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.019000'; +our $VERSION = '2.019001'; BEGIN { if (not ($ENV{DANCER_APPDIR} || '')