release 2.029004

This commit is contained in:
Oliver Gorwits
2014-08-11 22:04:03 +01:00
parent 4124a14e58
commit 9102d366f2
2 changed files with 2 additions and 2 deletions

View File

@@ -86,4 +86,4 @@ resources:
homepage: http://netdisco.org/ homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php license: http://opensource.org/licenses/bsd-license.php
repository: git://git.code.sf.net/p/netdisco/netdisco-ng repository: git://git.code.sf.net/p/netdisco/netdisco-ng
version: 2.029002 version: 2.029004

View File

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