From: Matt S Trout Date: Fri, 25 Feb 2011 16:43:35 +0000 (+0000) Subject: bump version to 0.9.6 for point release X-Git-Tag: release_0.009006~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ea296ea0d1030f3e942b8d76f3a3dc511c7e35f9;p=gitmo%2FMoo.git bump version to 0.9.6 for point release --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 03e406c..ddb9779 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -3,7 +3,7 @@ package Moo; use strictures 1; use Moo::_Utils; -our $VERSION = '0.009005'; # 0.9.5 +our $VERSION = '0.009006'; # 0.9.6 $VERSION = eval $VERSION; our %MAKERS;