bump versions, make them match
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Scalar.pm
index 126bf3b..11a6070 100644 (file)
@@ -1,7 +1,7 @@
 package Moose::Autobox::Scalar;
 use Moose::Role 'with';
 
-our $VERSION = '0.01';
+our $VERSION = '0.09';
 
 with 'Moose::Autobox::String',
      'Moose::Autobox::Number';