From: Karen Etheridge Date: Sun, 7 Apr 2013 19:55:56 +0000 (-0700) Subject: bump version for next release X-Git-Tag: v0.009016~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3b444fd01d21f7219fe20b03728945956fdf9180;p=p5sagit%2FApp-FatPacker.git bump version for next release --- diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index 6d2b281..6933d93 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.009015'; # 0.009.015 +our $VERSION = '0.009016'; # 0.009.016 $VERSION = eval $VERSION;