increment $VERSION after 0.26 release
Karen Etheridge [Tue, 15 Mar 2016 23:42:45 +0000 (16:42 -0700)]
Changes
lib/Try/Tiny.pm

diff --git a/Changes b/Changes
index a1bd0df..3af30de 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Try-Tiny
 
+{{$NEXT}}
+
 0.26      2016-03-15 23:42:02Z (TRIAL RELEASE)
   - switch from finalizers using an array to a hash, to resolve segfaults when
     creating a pseudofork on MSWin before perl 5.20 (Graham Knop,
index 7c09cbd..b568270 100644 (file)
@@ -2,7 +2,7 @@ package Try::Tiny;
 use 5.006;
 # ABSTRACT: minimal try/catch with proper preservation of $@
 
-our $VERSION = '0.26';
+our $VERSION = '0.27';
 
 use strict;
 use warnings;