From: Karen Etheridge Date: Thu, 30 May 2013 01:46:42 +0000 (-0700) Subject: bump version for release X-Git-Tag: v0.009017~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9033dad12957f25b4113bb149627209bf512295;hp=9317190f2fa40b968b06040feffb22e5f1e4c94f;p=p5sagit%2FApp-FatPacker.git bump version for release --- diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index cade35a..2ae6f3a 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.009016'; # 0.009.016 +our $VERSION = '0.009017'; # 0.009.017 $VERSION = eval $VERSION;