From: Matt S Trout Date: Fri, 25 Feb 2011 17:03:24 +0000 (+0000) Subject: bump to 0.9.7 for the 'mst is an idiot' release X-Git-Tag: release_0.009007~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=07ca4cf0688580f6990ecf28c3fc058f3fa39fc3;p=gitmo%2FMoo.git bump to 0.9.7 for the 'mst is an idiot' release --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 662cd3d..f23fe10 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -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;