bump version to 1.19
[gitmo/Moose.git] / lib / Moose / Meta / Object / Trait.pm
index 135531a..e66dc80 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Meta::Object::Trait;
 
 use Scalar::Util qw(blessed);
 
-our $VERSION   = '1.15';
+our $VERSION   = '1.19';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';