From: Matt S Trout Date: Thu, 29 Mar 2012 19:39:37 +0000 (+0000) Subject: bump version to 0.009014 X-Git-Tag: v0.009014~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=487c31f396f1c51f0b140c9cdb5a942acd54e96a;p=gitmo%2FMoo.git bump version to 0.009014 --- diff --git a/lib/Moo.pm b/lib/Moo.pm index d769b72..6202171 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.009013'; # 0.9.13 +our $VERSION = '0.009014'; # 0.9.13 $VERSION = eval $VERSION; our %MAKERS;