prep next release
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / List.pm
index 406f506..10de3ae 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Autobox::List;
 use Moose::Role 'with', 'requires';
 use Moose::Autobox;
 
-our $VERSION = '0.12';
+our $VERSION = '0.13';
 
 with 'Moose::Autobox::Value';