Bump version to 1.16
[gitmo/Moose.git] / lib / Moose / Meta / Mixin / AttributeCore.pm
index 5a266e6..59313fb 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Meta::Mixin::AttributeCore;
 use strict;
 use warnings;
 
-our $VERSION   = '1.15';
+our $VERSION   = '1.16';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Class::MOP::Mixin::AttributeCore';