From: matthewt Date: Sun, 5 Dec 2010 19:15:52 +0000 (+0000) Subject: version bump X-Git-Tag: release_0.9.3~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=38cd3669126e955a79e70555e825f05e3d00de67;p=gitmo%2FRole-Tiny.git version bump --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 3f1d810..571415e 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -3,7 +3,7 @@ package Moo; use strictures 1; use Moo::_Utils; -our $VERSION = '0.009002'; +our $VERSION = '0.009003'; # 0.9.3 $VERSION = eval $VERSION; our %MAKERS;