bump version to 0.84
[gitmo/Moose.git] / lib / Moose / Meta / Role / Method / Conflicting.pm
index 81a877f..5aea191 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use base qw(Moose::Meta::Role::Method::Required);
 
-our $VERSION   = '0.83';
+our $VERSION   = '0.84';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';