Version 0.99.
[gitmo/Moose.git] / lib / Moose / Meta / Role / Method.pm
index 444fee1..16fd14b 100644 (file)
@@ -4,7 +4,7 @@ package Moose::Meta::Role::Method;
 use strict;
 use warnings;
 
-our $VERSION   = '0.98';
+our $VERSION   = '0.99';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';