Bump version to 1.9900 for new version numbering scheme
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor.pm
index b3f4b72..a00372f 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Try::Tiny;
 
-our $VERSION   = '1.19';
+our $VERSION   = '1.9900';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';