From: Karen Etheridge Date: Sun, 7 Apr 2013 17:46:28 +0000 (-0700) Subject: bump version for next release X-Git-Tag: v0.009015~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6481e9bf8ae52d7ce53d9712d470db0fa0f29e9c;p=p5sagit%2FApp-FatPacker.git bump version for next release --- diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index 935584b..199427a 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.009014'; # 0.009.014 +our $VERSION = '0.009015'; # 0.009.015 $VERSION = eval $VERSION;