Bump the versions of everything to 0.50
[gitmo/Moose.git] / lib / Moose / Meta / Method / Overriden.pm
index 344f804..25b18b2 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use Carp 'confess';
 
-our $VERSION   = '0.02';
+our $VERSION   = '0.50';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::Method';