increment $VERSION after 0.17 release
Karen Etheridge [Mon, 27 Jun 2016 22:46:28 +0000 (15:46 -0700)]
Changes
lib/Sub/Name.pm

diff --git a/Changes b/Changes
index 9871d6b..da2e673 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Sub-Name
 
+{{$NEXT}}
+
 0.17      2016-06-27 22:45:27Z (TRIAL RELEASE)
     - fixed parsing error where the name contains a single colon but the last
       separator is :: (Leon Timmermans)
index 1b467db..bf16810 100644 (file)
@@ -54,7 +54,7 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '0.17';
+our $VERSION = '0.18';
 
 use Exporter 5.57 'import';