1.3.0 since we've increased the extra testing
[p5sagit/strictures.git] / lib / strictures.pm
index f1f39b2..c5aca4b 100644 (file)
@@ -5,7 +5,7 @@ use warnings FATAL => 'all';
 
 use constant _PERL_LT_5_8_4 => ($] < 5.008004) ? 1 : 0;
 
-our $VERSION = '1.002002'; # 1.2.2
+our $VERSION = '1.003000'; # 1.3.0
 
 sub VERSION {
   for ($_[1]) {