increment $VERSION after 0.20 release
[p5sagit/Sub-Name.git] / lib / Sub / Name.pm
index f562391..844357d 100644 (file)
@@ -1,5 +1,6 @@
 package Sub::Name;
 # ABSTRACT: (Re)name a sub
+# KEYWORDS: subroutine function utility name rename symbol
 
 =pod
 
@@ -53,7 +54,7 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '0.16';
+our $VERSION = '0.21';
 
 use Exporter 5.57 'import';