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