bump version to 0.71
[gitmo/Moose.git] / lib / Moose / Meta / Instance.pm
index afcd9f5..1f121bb 100644 (file)
@@ -4,7 +4,7 @@ package Moose::Meta::Instance;
 use strict;
 use warnings;
 
-our $VERSION   = '0.70';
+our $VERSION   = '0.71';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';