release 2.029012

This commit is contained in:
Oliver Gorwits
2014-10-09 17:00:59 +01:00
parent ae5ca802f4
commit e276ecd8b2
2 changed files with 2 additions and 2 deletions

View File

@@ -90,4 +90,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.029011'
version: '2.029012'

View File

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