From: Karen Etheridge <ether@cpan.org>
Date: Fri, 16 Aug 2024 22:24:15 +0000 (-0700)
Subject: increment $VERSION after 0.32 release
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5c083c1a2ce8f1b3b6d79d728eb1c712bf3dacbc;p=p5sagit%2FTry-Tiny.git

increment $VERSION after 0.32 release
---

diff --git a/Changes b/Changes
index 6a18072..cbdf72c 100644
--- 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
 
diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm
index 54a2305..64fe547 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.32';
+our $VERSION = '0.33';
 
 use strict;
 use warnings;