prep for release
[gitmo/MooseX-Daemonize.git] / lib / MooseX / Daemonize / Core.pm
index c6305a3..d8512f1 100644 (file)
@@ -3,7 +3,7 @@ use strict;         # cause Perl::Critic errors are annoying
 use MooseX::Getopt; # to load the NoGetopt metaclass
 use Moose::Role;
 
-our $VERSION   = '0.15';
+our $VERSION   = '0.16';
 
 use POSIX ();