From: Matt S Trout Date: Sun, 22 Jan 2017 13:14:27 +0000 (+0000) Subject: bump version X-Git-Tag: v0.010007~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=6d86a641f475a53f598bbadff9e0a6f39062997a bump version --- diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index db65c00..28e7c07 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.010_006'; # 0.10.6 +our $VERSION = '0.010007'; # 0.10.7 $VERSION = eval $VERSION;