From: Stevan Little Date: Wed, 15 Mar 2006 18:49:57 +0000 (+0000) Subject: 0.21 X-Git-Tag: 0_21~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2d7f9738bd49f4f4943770d66fb7e5414051618d;p=gitmo%2FClass-MOP.git 0.21 --- diff --git a/README b/README index 66cb31a..dd873f0 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Class::MOP version 0.20 +Class::MOP version 0.21 =========================== See the individual module documentation for more information diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index 2937e53..e922cd1 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -11,7 +11,7 @@ use Class::MOP::Class; use Class::MOP::Attribute; use Class::MOP::Method; -our $VERSION = '0.20'; +our $VERSION = '0.21'; ## ---------------------------------------------------------------------------- ## Setting up our environment ...