bump version to 1.09
[gitmo/Moose.git] / lib / Moose / Meta / Role / Attribute.pm
index 83f7808..fb50ed9 100644 (file)
@@ -7,7 +7,7 @@ use Carp 'confess';
 use List::MoreUtils 'all';
 use Scalar::Util 'blessed', 'weaken';
 
-our $VERSION   = '1.08';
+our $VERSION   = '1.09';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::Mixin::AttributeCore';