bump version and update Changes
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor.pm
index b6852f7..1bc86a5 100644 (file)
@@ -4,7 +4,7 @@ package Moose::Meta::Method::Accessor;
 use strict;
 use warnings;
 
-our $VERSION   = '0.62_01';
+our $VERSION   = '0.62_02';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';