Release 0.10010
[p5sagit/Class-Accessor-Grouped.git] / lib / Class / Accessor / Grouped.pm
index fb7a1ed..b85d0a6 100644 (file)
@@ -15,7 +15,7 @@ BEGIN {
   }
 }
 
-our $VERSION = '0.10009';
+our $VERSION = '0.10010';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 # when changing minimum version don't forget to adjust Makefile.PL as well