From: Karen Etheridge Date: Mon, 14 Dec 2015 02:01:35 +0000 (-0800) Subject: Bumping version to 0.010005 X-Git-Tag: v0.010005~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=07f2ae08782c7479f4558e8be6673eed4ce7f619;p=p5sagit%2FApp-FatPacker.git Bumping version to 0.010005 --- diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index 056a502..e6710ad 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.010004'; # 0.10.4 +our $VERSION = '0.010005'; # 0.10.5 $VERSION = eval $VERSION;