prep next release
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Array.pm
index ae96b49..fc95aa0 100644 (file)
@@ -3,7 +3,7 @@ use Moose::Role 'with';
 use Perl6::Junction;
 use Moose::Autobox;
 
-our $VERSION = '0.09';
+our $VERSION = '0.10';
 
 with 'Moose::Autobox::Ref',
      'Moose::Autobox::List',