diff --git a/Netdisco/Changes b/Netdisco/Changes index b84785d4..b9213990 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,4 @@ -2.028006 - 2014-07-21 +2.028007 - 2014-07-21 [ENHANCEMENTS] diff --git a/Netdisco/META.yml b/Netdisco/META.yml index c0ec94cf..a3800e44 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.028006 +version: '2.028007' diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 6b2de515..7ae4799a 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.028006'; +our $VERSION = '2.028007'; use App::Netdisco::Configuration; =head1 NAME