increment $VERSION after 0.15 release
Karen Etheridge [Tue, 15 Mar 2016 22:31:30 +0000 (15:31 -0700)]
Changes
lib/Sub/Name.pm

diff --git a/Changes b/Changes
index aba87ce..0ba7802 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Sub-Name
 
+{{$NEXT}}
+
 0.15      2016-03-15 22:17:38Z
     - fix uninitialized warning in test on perls < 5.8.6 (RT#104510)
     - repository moved to the github p5sagit organization (the primary is on
index a74b959..d11d647 100644 (file)
@@ -53,7 +53,7 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '0.15';
+our $VERSION = '0.16';
 
 use Exporter 5.57 'import';