From: Matt S Trout Date: Mon, 3 Oct 2011 05:41:21 +0000 (+0000) Subject: bump version for release X-Git-Tag: v0.009011~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=b00cb034f75c987f7c433d47aa6d489f66b6fb29 bump version for release --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 175fd2c..023a460 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.009010'; # 0.9.10 +our $VERSION = '0.009011'; # 0.9.11 $VERSION = eval $VERSION; our %MAKERS;