Bump us up to 0.51
[gitmo/Moose.git] / lib / Moose / Meta / Method / Constructor.pm
index c0ae6a9..82d39cd 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Carp         'confess';
 use Scalar::Util 'blessed', 'weaken', 'looks_like_number';
 
-our $VERSION   = '0.50';
+our $VERSION   = '0.51';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::Method',