From: Matt S Trout Date: Fri, 17 Apr 2015 15:53:00 +0000 (+0000) Subject: bump version X-Git-Tag: v0.010003~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6346585ce18ce7dbb28b4377ecbea7dbc070dc86;p=p5sagit%2FApp-FatPacker.git bump version --- diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index 84f3910..339cd36 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.010002'; # 0.10.2 +our $VERSION = '0.010003'; # 0.10.3 $VERSION = eval $VERSION;