diff --git a/Netdisco/Changes b/Netdisco/Changes index 1096a6cd..6404f996 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,4 @@ -2.028002_002 - 2014-07-13 +2.028003 - 2014-07-15 [NEW FEATURES] diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 26f5b14c..9868c000 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -81,4 +81,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.028002_001 +version: 2.028003 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 30816f83..02b29e97 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.028002_001'; +our $VERSION = '2.028003'; use App::Netdisco::Configuration; =head1 NAME