Version 0.96.
[gitmo/Moose.git] / lib / Moose / Meta / Mixin / AttributeCore.pm
index 0540386..d176e6c 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Meta::Mixin::AttributeCore;
 use strict;
 use warnings;
 
-our $VERSION   = '0.94';
+our $VERSION   = '0.96';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Class::MOP::Mixin::AttributeCore';