Version 1.01.
[gitmo/Moose.git] / lib / Moose / Meta / Role / Attribute.pm
index 34c0b3d..bb55e8e 100644 (file)
@@ -7,7 +7,7 @@ use Carp 'confess';
 use List::MoreUtils 'all';
 use Scalar::Util 'blessed', 'weaken';
 
-our $VERSION   = '1.00';
+our $VERSION   = '1.01';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::Mixin::AttributeCore';