bump version to 0.65
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint.pm
index 8ac3d3f..81ba6ca 100644 (file)
@@ -12,7 +12,7 @@ use Scalar::Util qw(blessed refaddr);
 
 use base qw(Class::MOP::Object);
 
-our $VERSION   = '0.64';
+our $VERSION   = '0.65';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';