From: Matt S Trout Date: Wed, 20 Jul 2011 04:46:13 +0000 (+0000) Subject: bump version X-Git-Tag: release_0.009010~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2824b1d3aa381868ce5c9baf10007a1fc0345730;p=gitmo%2FRole-Tiny.git bump version --- diff --git a/lib/Moo.pm b/lib/Moo.pm index b99f31f..32a2d3e 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.009009'; # 0.9.9 +our $VERSION = '0.009010'; # 0.9.10 $VERSION = eval $VERSION; our %MAKERS;