diff --git a/Netdisco/Changes b/Netdisco/Changes index e170c126..9045c4d5 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,4 @@ -2.025000_001 - 2014-03-28 +2.025001 - 2014-04-08 [NEW FEATURES] diff --git a/Netdisco/META.yml b/Netdisco/META.yml index ee2d6306..91fbaac9 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -78,4 +78,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.025000_001 +version: 2.025001 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index ef22d905..e58f6a20 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.025000_001'; +our $VERSION = '2.025001'; use App::Netdisco::Environment; use Dancer ':script'; diff --git a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod index 399e5aae..c253dc29 100644 --- a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod +++ b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod @@ -36,7 +36,7 @@ but they are backwards compatible. =back -=head1 2.025000 +=head1 2.025001 =head2 General Changes