increment $VERSION after 0.30 release
[p5sagit/Try-Tiny.git] / lib / Try / Tiny.pm
index cea623c..af1c463 100644 (file)
@@ -2,7 +2,7 @@ package Try::Tiny;
 use 5.006;
 # ABSTRACT: Minimal try/catch with proper preservation of $@
 
-our $VERSION = '0.30';
+our $VERSION = '0.31';
 
 use strict;
 use warnings;