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