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