bump version to 1.19
[gitmo/Moose.git] / lib / Moose / Meta / Mixin / AttributeCore.pm
index 93c84f4..bc87b63 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Meta::Mixin::AttributeCore;
 use strict;
 use warnings;
 
-our $VERSION   = '1.18';
+our $VERSION   = '1.19';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Class::MOP::Mixin::AttributeCore';