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