From: Graham Knop Date: Wed, 27 Nov 2013 21:26:38 +0000 (-0500) Subject: bump version number X-Git-Tag: v0.010000~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3326f1443f4f699d2f7337b10553e58e9dac7c9c;p=p5sagit%2FApp-FatPacker.git bump version number --- diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index 889ae36..84f270b 100644 --- a/lib/App/FatPacker.pm +++ b/lib/App/FatPacker.pm @@ -14,7 +14,7 @@ use File::Copy qw(copy); use File::Path qw(mkpath rmtree); use B qw(perlstring); -our $VERSION = '0.009018'; # 0.009.017 +our $VERSION = '0.010000'; # 0.10.0 $VERSION = eval $VERSION; @@ -334,7 +334,7 @@ Or, with more step-by-step control: See the documentation for the L script itself for more information. -The programmatic API for this code is not yet fully decided, hence the 0.9 +The programmatic API for this code is not yet fully decided, hence the 0.x release version. Expect that to be cleaned up for 1.0. =head1 SEE ALSO