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