bump version to 1.25
[gitmo/Moose.git] / lib / Moose / Meta / Method / Constructor.pm
index ea98b29..4dfb074 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Carp ();
 use Scalar::Util 'blessed', 'weaken', 'looks_like_number', 'refaddr';
 
-our $VERSION   = '1.24';
+our $VERSION   = '1.25';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::Method',