bump version to 1.15
[gitmo/Moose.git] / lib / Moose / Meta / Role / Method.pm
index c7fbed0..f813414 100644 (file)
@@ -4,7 +4,7 @@ package Moose::Meta::Role::Method;
 use strict;
 use warnings;
 
-our $VERSION   = '1.14';
+our $VERSION   = '1.15';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';