Version 0.96.
[gitmo/Moose.git] / lib / Moose / Meta / Role / Method.pm
index d09da69..9d9bcfd 100644 (file)
@@ -4,7 +4,7 @@ package Moose::Meta::Role::Method;
 use strict;
 use warnings;
 
-our $VERSION   = '0.95';
+our $VERSION   = '0.96';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';