release 2.029000_001

This commit is contained in:
Oliver Gorwits
2014-08-08 07:35:26 +01:00
parent f176d7c1ba
commit b45c62003d
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
2.029000
2.029000_001 - 2014-08-08
[NEW FEATURES]

View File

@@ -86,4 +86,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.028013
version: 2.029000_001

View File

@@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.010_000;
our $VERSION = '2.028013';
our $VERSION = '2.029000_001';
use App::Netdisco::Configuration;
use Module::Find ();