bump version to 1.12
[gitmo/Moose.git] / lib / Moose / Meta / Role / Composite.pm
index 484eae7..63ae648 100644 (file)
@@ -6,7 +6,7 @@ use metaclass;
 
 use Scalar::Util 'blessed';
 
-our $VERSION   = '1.11';
+our $VERSION   = '1.12';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';