increment $VERSION after 0.28 release
Karen Etheridge [Sun, 15 Dec 2024 20:59:45 +0000 (12:59 -0800)]
Changes
lib/Sub/Name.pm

diff --git a/Changes b/Changes
index 531e2e0..87fe298 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Sub-Name
 
+{{$NEXT}}
+
 0.28      2024-12-15 20:57:44Z
     - fix version comparison logic for forward compatibility
 
index 209f125..79f00f3 100644 (file)
@@ -54,7 +54,7 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '0.28';
+our $VERSION = '0.29';
 
 use Exporter ();
 *import = \&Exporter::import;