increment $VERSION after 0.32 release
Karen Etheridge [Fri, 16 Aug 2024 22:24:15 +0000 (15:24 -0700)]
Changes
lib/Try/Tiny.pm

diff --git a/Changes b/Changes
index 6a18072..cbdf72c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Try-Tiny
 
+{{$NEXT}}
+
 0.32      2024-08-16 22:23:44Z
   - skip given, when tests on perls >= 5.41.3 which removed these constructs
 
index 54a2305..64fe547 100644 (file)
@@ -2,7 +2,7 @@ package Try::Tiny;
 use 5.006;
 # ABSTRACT: Minimal try/catch with proper preservation of $@
 
-our $VERSION = '0.32';
+our $VERSION = '0.33';
 
 use strict;
 use warnings;