bump version and update changes
[gitmo/MooseX-StrictConstructor.git] / lib / MooseX / StrictConstructor.pm
index ab58b8f..7faa178 100644 (file)
@@ -3,7 +3,7 @@ package MooseX::StrictConstructor;
 use strict;
 use warnings;
 
-our $VERSION = '0.06_01';
+our $VERSION = '0.06_02';
 $VERSION = eval $VERSION;
 
 use Class::MOP ();