bump version to 0.93_02
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native / Trait.pm
index a97e3f0..ab4555a 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Meta::Attribute::Native::Trait;
 use Moose::Role;
 use Moose::Util::TypeConstraints;
 
-our $VERSION   = '0.93_01';
+our $VERSION   = '0.93_02';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';