From: Matt S Trout Date: Fri, 20 Jan 2017 10:46:52 +0000 (+0000) Subject: bump version X-Git-Tag: v0.010_006~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=ae85237869ad1f8be65b58c8b90cd8338c8cf33b;hp=9fecf34853eb73b3f1f37ebc0af4b9a541650ba7 bump version --- diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index cfa2db8..b90a57e 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.010005'; # 0.10.5 +our $VERSION = '0.010_006'; # 0.10.6 $VERSION = eval $VERSION;