From: Graham Knop Date: Sat, 16 Aug 2014 00:23:20 +0000 (-0400) Subject: bump version X-Git-Tag: v0.010002~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=3e4ff43e440565ad645e9f05a7e57f8ad56deed0 bump version --- diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index c127ca7..84f3910 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.010001'; # 0.10.1 +our $VERSION = '0.010002'; # 0.10.2 $VERSION = eval $VERSION;