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