0.11 release
[gitmo/MooseX-Daemonize.git] / lib / MooseX / Daemonize / Pid.pm
index 2cbf754..dbf8cf7 100644 (file)
@@ -2,7 +2,7 @@ package MooseX::Daemonize::Pid;
 use strict;    # because Kwalitee is pedantic
 use Moose;
 use Moose::Util::TypeConstraints;
-our $VERSION = '0.10';
+our $VERSION   = '0.11';
 
 coerce 'MooseX::Daemonize::Pid'
     => from 'Int'