From: Matt S Trout Date: Sat, 4 May 2013 20:28:30 +0000 (+0000) Subject: bump version X-Git-Tag: v1.002000~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=6d98aee264126a01271d0af878b1a0b48c5ae4a1 bump version --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 61f02b2..ad29606 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -5,7 +5,7 @@ use Moo::_Utils; use B 'perlstring'; use Sub::Defer (); -our $VERSION = '1.001000'; # 1.1.0 +our $VERSION = '1.002000'; # 1.2.0 $VERSION = eval $VERSION; require Moo::sification;