From: Matt S Trout Date: Sun, 29 Apr 2007 00:48:41 +0000 (+0000) Subject: forgot to update $VERSION X-Git-Tag: 0_21~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e2f70b7ce0c830172af08d34ecfa1b2487dd05e0;p=gitmo%2FMoose.git forgot to update $VERSION --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 9b8c5eb..4a43e92 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -4,7 +4,7 @@ package Moose; use strict; use warnings; -our $VERSION = '0.21'; +our $VERSION = '0.22'; our $AUTHORITY = 'cpan:STEVAN'; use Scalar::Util 'blessed', 'reftype';