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