Checking in changes prior to tagging of version 0.05. Changelog diff is:
[gitmo/MooseX-StrictConstructor.git] / lib / MooseX / StrictConstructor.pm
index ea1f719..b980b10 100644 (file)
@@ -3,7 +3,7 @@ package MooseX::StrictConstructor;
 use strict;
 use warnings;
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 use Moose;
 use MooseX::Object::StrictConstructor;