From: Matt S Trout Date: Sat, 15 Dec 2012 21:01:02 +0000 (+0000) Subject: version bump for release X-Git-Tag: v1.000007~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=59b8836108f8ace2becbf0cebd138705d6624bf0 version bump for release --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 867869b..a5f869c 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.000006'; # 1.0.6 +our $VERSION = '1.000007'; # 1.0.7 $VERSION = eval $VERSION; require Moo::sification;