From: Karen Etheridge Date: Sat, 27 Jul 2013 03:07:23 +0000 (-0700) Subject: bump version X-Git-Tag: v0.009018~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4987f0353665c609b53298b1d74a52324ffb93c8;p=p5sagit%2FApp-FatPacker.git bump version --- diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index c35aa25..8ddc267 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.009017'; # 0.009.017 +our $VERSION = '0.009018'; # 0.009.017 $VERSION = eval $VERSION;