increment $VERSION after 0.27 release
Karen Etheridge [Tue, 16 Aug 2016 01:44:07 +0000 (18:44 -0700)]
Changes
lib/Try/Tiny.pm

diff --git a/Changes b/Changes
index 5f89c34..bb0b8c0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Try-Tiny
 
+{{$NEXT}}
+
 0.27      2016-08-16 01:43:35Z
   - repository moved to the github p5sagit organization (the primary is on
     shadowcat, mirrored to github)
index 8aa11cc..c4b52a2 100644 (file)
@@ -2,7 +2,7 @@ package Try::Tiny;
 use 5.006;
 # ABSTRACT: minimal try/catch with proper preservation of $@
 
-our $VERSION = '0.27';
+our $VERSION = '0.28';
 
 use strict;
 use warnings;