bump version to 1.13
[gitmo/Moose.git] / lib / Moose / Meta / Method.pm
index 5751cc5..1af2571 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Meta::Method;
 use strict;
 use warnings;
 
-our $VERSION   = '1.12';
+our $VERSION   = '1.13';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';