increment $VERSION after 0.31 release master
Karen Etheridge [Tue, 23 Nov 2021 20:29:54 +0000 (12:29 -0800)]
Changes
lib/Try/Tiny.pm

diff --git a/Changes b/Changes
index 8bc4935..d88924b 100644 (file)
--- 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
 
index b879671..54a2305 100644 (file)
@@ -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;