bump version
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Hash.pm
index 2ec40e3..5dc62c2 100644 (file)
@@ -1,7 +1,7 @@
 package Moose::Autobox::Hash;
 use Moose::Role 'with';
 
-our $VERSION = '0.13';
+our $VERSION = '0.14';
 
 with 'Moose::Autobox::Ref',
      'Moose::Autobox::Indexed';