increment $VERSION after 0.23 release
Karen Etheridge [Fri, 11 Dec 2015 04:05:23 +0000 (20:05 -0800)]
Changes
lib/Try/Tiny.pm

diff --git a/Changes b/Changes
index 711e69e..aa793c4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Try-Tiny
 
+{{$NEXT}}
+
 0.23      2015-12-11 04:04:35Z
   - fix syntax of example code (Rudolf Leermakers, PR#22)
   - 'perl' removed from prerequisite recommendations, to avoid tripping up
index c96a02a..5eb6aa0 100644 (file)
@@ -2,7 +2,7 @@ package Try::Tiny;
 use 5.006;
 # ABSTRACT: minimal try/catch with proper preservation of $@
 
-our $VERSION = '0.23';
+our $VERSION = '0.24';
 
 use strict;
 use warnings;