Version 0.17.
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / Collection / Bag.pm
index 9486fd9..7456dab 100644 (file)
@@ -3,7 +3,7 @@ package MooseX::AttributeHelpers::Collection::Bag;
 use Moose;
 use Moose::Util::TypeConstraints;
 
-our $VERSION   = '0.16';
+our $VERSION   = '0.17';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';