fixed type on $VERSION string
[gitmo/MooseX-Types-Structured.git] / lib / MooseX / Types / Structured.pm
index 848cc3f..90cf51c 100644 (file)
@@ -8,7 +8,7 @@ use MooseX::Types -declare => [qw(Dict Tuple Optional)];
 use Sub::Exporter -setup => { exports => [ qw(Dict Tuple Optional slurpy) ] };
 use Devel::PartialDump;
 
-our $VERSION = '0.122';
+our $VERSION = '0.12';
 our $AUTHORITY = 'cpan:JJNAPIORK';
 
 =head1 NAME