bump version
[p5sagit/strictures.git] / lib / strictures.pm
index c5aca4b..ac8337a 100644 (file)
@@ -5,7 +5,7 @@ use warnings FATAL => 'all';
 
 use constant _PERL_LT_5_8_4 => ($] < 5.008004) ? 1 : 0;
 
-our $VERSION = '1.003000'; # 1.3.0
+our $VERSION = '1.003001'; # 1.3.1
 
 sub VERSION {
   for ($_[1]) {