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

diff --git a/Changes b/Changes
index e4e04b4..27f599e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Try-Tiny
 
+{{$NEXT}}
+
 0.24      2015-12-11 05:20:09Z
   - fix prereq errors in 0.23
 
index 5eb6aa0..7c97b62 100644 (file)
@@ -2,7 +2,7 @@ package Try::Tiny;
 use 5.006;
 # ABSTRACT: minimal try/catch with proper preservation of $@
 
-our $VERSION = '0.24';
+our $VERSION = '0.25';
 
 use strict;
 use warnings;