From: Matt S Trout Date: Fri, 3 Jun 2011 17:07:27 +0000 (+0000) Subject: increment version for 0.9.8 X-Git-Tag: release_0.009008~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=8dc6dea59fbbd3bd941f9041da97385790a37fcf increment version for 0.9.8 --- diff --git a/lib/Moo.pm b/lib/Moo.pm index f23fe10..bce8ad2 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -3,7 +3,7 @@ package Moo; use strictures 1; use Moo::_Utils; -our $VERSION = '0.009007'; # 0.9.7 +our $VERSION = '0.009008'; # 0.9.8 $VERSION = eval $VERSION; our %MAKERS;