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