From: Graham Knop Date: Mon, 15 Jul 2013 17:25:02 +0000 (-0400) Subject: bump version X-Git-Tag: v1.003000~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=98b32d9228567928c766d61d7f244331c3838fa0;p=gitmo%2FMoo.git bump version --- diff --git a/lib/Moo.pm b/lib/Moo.pm index ac088b9..271a793 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.002000'; # 1.2.0 +our $VERSION = '1.003000'; # 1.3.0 $VERSION = eval $VERSION; require Moo::sification;