add release date and bump version
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor.pm
index 9fab4d7..fa7a2b7 100644 (file)
@@ -4,7 +4,7 @@ package Moose::Meta::Method::Accessor;
 use strict;
 use warnings;
 
-our $VERSION   = '0.63';
+our $VERSION   = '0.64';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';