add changelog entry, bump version number
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Array.pm
index fb34f76..40e36a0 100644 (file)
@@ -3,7 +3,7 @@ use Moose::Role 'with';
 use Perl6::Junction;
 use Moose::Autobox;
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 with 'Moose::Autobox::Ref',
      'Moose::Autobox::List',