increment $VERSION after 0.22 release
Karen Etheridge [Mon, 17 Oct 2016 01:42:23 +0000 (18:42 -0700)]
Changes
lib/Sub/Name.pm

diff --git a/Changes b/Changes
index d048f42..981e116 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Sub-Name
 
+{{$NEXT}}
+
 0.22      2016-10-17 01:41:42Z (TRIAL RELEASE)
     - %DB::sub is now populated correctly for sub names with wide characters
       or nulls. (PR#9: Graham Knop, Leon Timmermans, Reini Urban)
index 11b47a7..d1afeb3 100644 (file)
@@ -54,7 +54,7 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '0.22';
+our $VERSION = '0.23';
 
 use Exporter ();
 *import = \&Exporter::import;