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

diff --git a/Changes b/Changes
index 6b3d724..76265ee 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Sub-Name
 
+{{$NEXT}}
+
 0.25      2018-04-21 14:38:45Z (TRIAL RELEASE)
     - fix "Undefined symbol "DPPP_my_croak_xs_usage"" error on some perls
       (RT#125158)
index c59e924..22f1781 100644 (file)
@@ -54,7 +54,7 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '0.25';
+our $VERSION = '0.26';
 
 use Exporter ();
 *import = \&Exporter::import;