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