add changelog entry, bump version number
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / List.pm
index 715d5de..06ea187 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Autobox::List;
 use Moose::Role 'with', 'requires';
 use Moose::Autobox;
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 with 'Moose::Autobox::Value';