release 2.026001_002

This commit is contained in:
Oliver Gorwits
2014-04-18 23:38:37 +01:00
parent bf7b23b3c6
commit 30bc957edf
3 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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';