bump to 0.9.7 for the 'mst is an idiot' release
Matt S Trout [Fri, 25 Feb 2011 17:03:24 +0000 (17:03 +0000)]
lib/Moo.pm

index 662cd3d..f23fe10 100644 (file)
@@ -3,7 +3,7 @@ package Moo;
 use strictures 1;
 use Moo::_Utils;
 
-our $VERSION = '0.009006'; # 0.9.6
+our $VERSION = '0.009007'; # 0.9.7
 $VERSION = eval $VERSION;
 
 our %MAKERS;