bump version to 0.79
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Class.pm
index efeddb3..e3af479 100644 (file)
@@ -7,7 +7,7 @@ use metaclass;
 use Scalar::Util 'blessed';
 use Moose::Util::TypeConstraints ();
 
-our $VERSION   = '0.78';
+our $VERSION   = '0.79';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';