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