Version 0.96.
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native / Trait.pm
index 0a3bfd1..1a46c27 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Meta::Attribute::Native::Trait;
 use Moose::Role;
 use Moose::Util::TypeConstraints;
 
-our $VERSION   = '0.95';
+our $VERSION   = '0.96';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';