prep for release
[gitmo/MooseX-Daemonize.git] / lib / MooseX / Daemonize / Pid.pm
index 7e11724..9474e2d 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.15';
+our $VERSION   = '0.16';
 
 coerce 'MooseX::Daemonize::Pid'
     => from 'Int'