From: Karen Etheridge Date: Fri, 11 Dec 2015 05:20:43 +0000 (-0800) Subject: increment $VERSION after 0.24 release X-Git-Tag: v0.25~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=381a9eefb7552beca4573c574ce0732d5626bbbe;p=p5sagit%2FTry-Tiny.git increment $VERSION after 0.24 release --- diff --git a/Changes b/Changes index e4e04b4..27f599e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Try-Tiny +{{$NEXT}} + 0.24 2015-12-11 05:20:09Z - fix prereq errors in 0.23 diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index 5eb6aa0..7c97b62 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.24'; +our $VERSION = '0.25'; use strict; use warnings;