From: Matt S Trout Date: Sat, 16 Mar 2013 21:06:28 +0000 (+0000) Subject: bump version for 1.1.0 X-Git-Tag: v1.001000~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b35f7bd51525daf4459c4e7d39ec341c79ef9aed;p=gitmo%2FMoo.git bump version for 1.1.0 --- diff --git a/lib/Moo.pm b/lib/Moo.pm index a5140b0..5f20c77 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.000008'; # 1.0.8 +our $VERSION = '1.001000'; # 1.1.0 $VERSION = eval $VERSION; require Moo::sification;