bump version to 0.63
[gitmo/Moose.git] / lib / Moose / Meta / Method / Overriden.pm
index 9b661d6..3100d58 100644 (file)
@@ -3,7 +3,8 @@ package Moose::Meta::Method::Overriden;
 use strict;
 use warnings;
 
-our $VERSION   = '0.50';
+our $VERSION   = '0.63';
+$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::Method';