bump version to 1.25
[gitmo/Moose.git] / lib / Moose / Meta / Role / Method / Conflicting.pm
index b9f08da..e171445 100644 (file)
@@ -8,7 +8,7 @@ use Moose::Util;
 
 use base qw(Moose::Meta::Role::Method::Required);
 
-our $VERSION   = '1.24';
+our $VERSION   = '1.25';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';