From: Matt S Trout Date: Wed, 20 Jul 2011 04:43:10 +0000 (+0000) Subject: bump version X-Git-Tag: release_0.009009~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FRole-Tiny.git;a=commitdiff_plain;h=7fae06c23dafe1424eea94db1fb33bb11eb1e81f bump version --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 2f6f14a..b99f31f 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -4,7 +4,7 @@ use strictures 1; use Moo::_Utils; use B 'perlstring'; -our $VERSION = '0.009008'; # 0.9.8 +our $VERSION = '0.009009'; # 0.9.9 $VERSION = eval $VERSION; our %MAKERS;