From: Karen Etheridge Date: Tue, 23 Nov 2021 20:29:54 +0000 (-0800) Subject: increment $VERSION after 0.31 release X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=master;p=p5sagit%2FTry-Tiny.git increment $VERSION after 0.31 release --- diff --git a/Changes b/Changes index 8bc4935..d88924b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Try-Tiny +{{$NEXT}} + 0.31 2021-11-23 20:29:12Z - plug Syntax::Keyword::Try and Feature::Compat::Try in the docs diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index b879671..54a2305 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.31'; +our $VERSION = '0.32'; use strict; use warnings;