diff --git a/Netdisco/Changes b/Netdisco/Changes index d0743451..fe3b44ae 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,4 @@ -2.026001_001 - +2.026001_002 - [ENHANCEMENTS] @@ -7,6 +7,7 @@ [BUG FIXES] * Search for localenv could not find $HOME + * Fixes to allow output of get_init_file to be used as init script 2.025001 - 2014-04-08 diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 96661673..cb111898 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -78,4 +78,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.026001_001 +version: 2.026001_002 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 7593d6e7..9344a3cf 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.026001_001'; +our $VERSION = '2.026001_002'; use App::Netdisco::Environment; use Dancer ':script';