bump version to 0.84
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor.pm
index 60db0e0..2a4b31d 100644 (file)
@@ -4,7 +4,7 @@ package Moose::Meta::Method::Accessor;
 use strict;
 use warnings;
 
-our $VERSION   = '0.83';
+our $VERSION   = '0.84';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';