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