From: Matt S Trout Date: Mon, 13 Dec 2010 21:31:22 +0000 (+0000) Subject: version bump for 0.9.4 X-Git-Tag: release_0.9.4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d62762034118990bd9c9f42b66f9f9081f46291c;p=gitmo%2FRole-Tiny.git version bump for 0.9.4 --- diff --git a/Changes b/Changes index 4f3d3b0..1a1a22c 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +0.9.4 Mon Dec 13 2010 - Automatic detection on non-Moo superclasses 0.9.3 Sun Dec 5 2010 diff --git a/lib/Moo.pm b/lib/Moo.pm index badb96d..01d9830 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -3,7 +3,7 @@ package Moo; use strictures 1; use Moo::_Utils; -our $VERSION = '0.009003'; # 0.9.3 +our $VERSION = '0.009004'; # 0.9.4 $VERSION = eval $VERSION; our %MAKERS;