add changelog entry, bump version number
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Scalar.pm
index 6ebb9fe..5f2b66f 100644 (file)
@@ -1,7 +1,7 @@
 package Moose::Autobox::Scalar;
 use Moose::Role 'with';
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 with 'Moose::Autobox::String',
      'Moose::Autobox::Number';