Version 1.06
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor.pm
index 4840c0b..84bee9d 100644 (file)
@@ -4,7 +4,7 @@ package Moose::Meta::Method::Accessor;
 use strict;
 use warnings;
 
-our $VERSION   = '1.05';
+our $VERSION   = '1.06';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';