increment $VERSION after 0.22 release
[p5sagit/Sub-Name.git] / lib / Sub / Name.pm
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;