increment $VERSION after 0.24 release
[p5sagit/Try-Tiny.git] / lib / Try / Tiny.pm
index 5eb6aa0..7c97b62 100644 (file)
@@ -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;