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