Bump to 0.14
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / Collection / Bag.pm
index 438a016..3e9687c 100644 (file)
@@ -3,7 +3,7 @@ package MooseX::AttributeHelpers::Collection::Bag;
 use Moose;
 use Moose::Util::TypeConstraints;
 
-our $VERSION   = '0.13';
+our $VERSION   = '0.14';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';