increment $VERSION after 0.24 release
Karen Etheridge [Sat, 21 Apr 2018 08:16:10 +0000 (10:16 +0200)]
Changes
lib/Sub/Name.pm

diff --git a/Changes b/Changes
index 3cca5b5..afe64d5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Sub-Name
 
+{{$NEXT}}
+
 0.24      2018-04-21 08:15:30Z (TRIAL RELEASE)
     - small internal changes to bring implementation in line with changes to
       Sub::Util (Graham Knop)
index dfdbfa0..c59e924 100644 (file)
@@ -54,7 +54,7 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '0.24';
+our $VERSION = '0.25';
 
 use Exporter ();
 *import = \&Exporter::import;