bump version to 0.97
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor.pm
index 7b7aaa0..a4aaa1c 100644 (file)
@@ -4,7 +4,7 @@ package Moose::Meta::Method::Accessor;
 use strict;
 use warnings;
 
-our $VERSION   = '0.96';
+our $VERSION   = '0.97';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';