increment $VERSION after 0.25 release
Karen Etheridge [Mon, 22 Feb 2016 20:17:22 +0000 (12:17 -0800)]
Changes
lib/Try/Tiny.pm

diff --git a/Changes b/Changes
index 5ea3d05..4346852 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Try-Tiny
 
+{{$NEXT}}
+
 0.25      2016-02-22 20:16:51Z (TRIAL RELEASE)
   - "finally" blocks are now run for all methods of leaving the try block
     (including via exit, goto)  (mauke, RT#112099)
index cf8f1f7..d412758 100644 (file)
@@ -2,7 +2,7 @@ package Try::Tiny;
 use 5.006;
 # ABSTRACT: minimal try/catch with proper preservation of $@
 
-our $VERSION = '0.25';
+our $VERSION = '0.26';
 
 use strict;
 use warnings;