forgot to update $VERSION
Matt S Trout [Sun, 29 Apr 2007 00:48:41 +0000 (00:48 +0000)]
lib/Moose.pm

index 9b8c5eb..4a43e92 100644 (file)
@@ -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';