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