From: Matt S Trout Date: Wed, 6 Feb 2013 01:11:15 +0000 (+0000) Subject: bump version X-Git-Tag: v1.000008~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4b025a844040cd6d14495a6759d9a8e4e711171e;hp=d092b5ff37ff3cfd60411e7346661747da1a87b9;p=gitmo%2FMoo.git bump version --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 2fa4791..ec39ff2 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.000007'; # 1.0.7 +our $VERSION = '1.000008'; # 1.0.8 $VERSION = eval $VERSION; require Moo::sification;