bump version and update release date
[gitmo/Moose.git] / lib / Moose / Meta / Method / Constructor.pm
index 31e02d7..b32cefe 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Scalar::Util 'blessed', 'weaken', 'looks_like_number';
 
-our $VERSION   = '0.68';
+our $VERSION   = '0.69';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::Method',