From: Matt S Trout Date: Tue, 18 Mar 2014 13:04:04 +0000 (+0000) Subject: bump version X-Git-Tag: v0.010001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=4373b37e84628f557c8f5a6a084bee06dff0d186 bump version --- diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index 1d0bc03..c127ca7 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.010000'; # 0.10.0 +our $VERSION = '0.010001'; # 0.10.1 $VERSION = eval $VERSION;