Version 0.16.
[gitmo/MooseX-Types-Structured.git] / lib / MooseX / Types / Structured.pm
index c5e7cbf..1c9c614 100644 (file)
@@ -10,7 +10,7 @@ use Sub::Exporter -setup => { exports => [ qw(Dict Tuple Optional slurpy) ] };
 use Devel::PartialDump;
 use Scalar::Util qw(blessed);
 
-our $VERSION = '0.15';
+our $VERSION = '0.16';
 our $AUTHORITY = 'cpan:JJNAPIORK';
 
 =head1 NAME