Release 0.10000
[p5sagit/Class-Accessor-Grouped.git] / lib / Class / Accessor / Grouped.pm
index ae3a5f6..fa83694 100644 (file)
@@ -5,8 +5,8 @@ use Carp ();
 use Scalar::Util ();
 use MRO::Compat;
 
-our $VERSION = '0.09009';
-$VERSION = eval $VERSION;
+our $VERSION = '0.10000';
+$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 # when changing minimum version don't forget to adjust L</PERFORMANCE> and
 # the Makefile.PL as well