bump version to 0.88
[gitmo/Moose.git] / lib / Moose / Meta / Role / Method / Conflicting.pm
index 49d8ae8..2faca02 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use base qw(Moose::Meta::Role::Method::Required);
 
-our $VERSION   = '0.87';
+our $VERSION   = '0.88';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';