From: Matt S Trout Date: Wed, 2 May 2012 19:11:41 +0000 (+0000) Subject: bump version for release X-Git-Tag: v0.091001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=35ddd7d122247fae72b3961ed5a2e89fa9db17ef;p=gitmo%2FMoo.git bump version for release --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 01150ce..1875989 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -4,7 +4,7 @@ use strictures 1; use Moo::_Utils; use B 'perlstring'; -our $VERSION = '0.091000'; # 0.91.0 +our $VERSION = '0.091001'; # 0.91.1 $VERSION = eval $VERSION; require Moo::sification;