From: Matt S Trout Date: Mon, 18 Feb 2019 13:42:51 +0000 (+0000) Subject: Bumping version to 0.010008 X-Git-Tag: v0.010008~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=5f8377268baf4df1497171c496a609a131a4f76f Bumping version to 0.010008 --- diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index d008cbb..e376e6f 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.010007'; # 0.10.7 +our $VERSION = '0.010008'; # v0.10.8 $VERSION = eval $VERSION;