prep next release
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Scalar.pm
index 11a6070..41c33b5 100644 (file)
@@ -1,7 +1,7 @@
 package Moose::Autobox::Scalar;
 use Moose::Role 'with';
 
-our $VERSION = '0.09';
+our $VERSION = '0.10';
 
 with 'Moose::Autobox::String',
      'Moose::Autobox::Number';