bump version to 1.25
[gitmo/Moose.git] / lib / Moose / Meta / Method / Delegation.pm
index 2b09893..ce44b4e 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Carp         'confess';
 use Scalar::Util 'blessed', 'weaken';
 
-our $VERSION   = '1.24';
+our $VERSION   = '1.25';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';