From: Karen Etheridge Date: Tue, 16 Aug 2016 01:44:07 +0000 (-0700) Subject: increment $VERSION after 0.27 release X-Git-Tag: v0.28~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=43e10e2c30603eaec6485269d0f6ffe0a75e7ef8;p=p5sagit%2FTry-Tiny.git increment $VERSION after 0.27 release --- diff --git a/Changes b/Changes index 5f89c34..bb0b8c0 100644 --- 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) diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index 8aa11cc..c4b52a2 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -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;