increment $VERSION after 0.28 release
Karen Etheridge [Mon, 9 Jan 2017 01:22:12 +0000 (17:22 -0800)]
Changes
lib/Try/Tiny.pm

diff --git a/Changes b/Changes
index 0ad509f..fdeec16 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Try-Tiny
 
+{{$NEXT}}
+
 0.28      2017-01-09 01:21:33Z
   - enabled some tests of finally blocks that were disabled on 5.6, now that
     that functionality works (since 0.13) (Pali, PR#4)
index d47f2e7..6592632 100644 (file)
@@ -2,7 +2,7 @@ package Try::Tiny;
 use 5.006;
 # ABSTRACT: Minimal try/catch with proper preservation of $@
 
-our $VERSION = '0.28';
+our $VERSION = '0.29';
 
 use strict;
 use warnings;