From: Matt S Trout Date: Thu, 12 Jul 2012 19:11:08 +0000 (+0000) Subject: bump version for release X-Git-Tag: v1.004000~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fstrictures.git;a=commitdiff_plain;h=4b6c11e345d363ae9ba714deab7737ab53f7d48f bump version for release --- diff --git a/lib/strictures.pm b/lib/strictures.pm index bb136ae..3d2e24d 100644 --- a/lib/strictures.pm +++ b/lib/strictures.pm @@ -5,7 +5,7 @@ use warnings FATAL => 'all'; use constant _PERL_LT_5_8_4 => ($] < 5.008004) ? 1 : 0; -our $VERSION = '1.003001'; # 1.3.1 +our $VERSION = '1.004000'; # 1.4.0 sub VERSION { for ($_[1]) {