From: Karen Etheridge Date: Wed, 3 Apr 2013 21:33:24 +0000 (-0700) Subject: bump version for next release X-Git-Tag: v0.009014~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9faebd20d4a61ac2644a2c014b08e1bc7fd859fa;p=p5sagit%2FApp-FatPacker.git bump version for next release --- diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index 95757b9..8cf5462 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.009013'; # 0.9.013 +our $VERSION = '0.009014'; # 0.009.014 $VERSION = eval $VERSION;