add changelog entry, bump version number
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Value.pm
index 7893038..e0160cc 100644 (file)
@@ -1,7 +1,7 @@
 package Moose::Autobox::Value;     
 use Moose::Role 'with';
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 with 'Moose::Autobox::Defined';