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