increment $VERSION after release
Karen Etheridge [Sat, 28 Mar 2015 06:28:03 +0000 (23:28 -0700)]
Changes
lib/Sub/Name.pm

diff --git a/Changes b/Changes
index 8da7321..8c3a509 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,6 @@
-Revision history for Sub-Name
+Revision history for {{$dist->name}}
+
+{{$NEXT}}
 
 0.13      2015-03-28 06:27:23Z
     - fix optional test of interaction with B::C that sometimes invalidly
index 53f1859..c8dfbe0 100644 (file)
@@ -53,7 +53,7 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '0.13';
+our $VERSION = '0.14';
 
 use Exporter 5.57 'import';