prep next release
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Hash.pm
index 9ff1b24..2ec40e3 100644 (file)
@@ -1,7 +1,7 @@
 package Moose::Autobox::Hash;
 use Moose::Role 'with';
 
-our $VERSION = '0.12';
+our $VERSION = '0.13';
 
 with 'Moose::Autobox::Ref',
      'Moose::Autobox::Indexed';