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