bump version to 1.09
[gitmo/Moose.git] / lib / Moose / Meta / Mixin / AttributeCore.pm
index 0494fbe..6c0dfd1 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Meta::Mixin::AttributeCore;
 use strict;
 use warnings;
 
-our $VERSION   = '1.08';
+our $VERSION   = '1.09';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Class::MOP::Mixin::AttributeCore';