bump version to 0.73_01
[gitmo/Moose.git] / lib / Moose / Meta / Method.pm
index 3eb8739..e205b5f 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Meta::Method;
 use strict;
 use warnings;
 
-our $VERSION   = '0.72';
+our $VERSION   = '0.73_01';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';