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