prep for release v0.9.7
Matt S Trout [Thu, 12 Jul 2012 13:48:21 +0000 (13:48 +0000)]
Changes
lib/App/FatPacker.pm

diff --git a/Changes b/Changes
index 868098e..58ea1eb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.9.7 2012-07-12
   - Allow capturing of trace information into return value
   - Add repsoitory metadata to META.YML
 
index a6585cc..433cc0f 100644 (file)
@@ -13,7 +13,7 @@ use File::Copy qw(copy);
 use File::Path qw(mkpath rmtree);
 use B qw(perlstring);
 
-our $VERSION = '0.009006'; # 0.9.6
+our $VERSION = '0.009007'; # 0.9.7
 
 $VERSION = eval $VERSION;