prep for release
[gitmo/MooseX-Daemonize.git] / lib / MooseX / Daemonize.pm
index 244d9b4..8dcfaeb 100644 (file)
@@ -4,7 +4,7 @@ use Moose::Role;
 use MooseX::Types::Path::Class;
 use File::Path qw(make_path);
 
-our $VERSION   = '0.15';
+our $VERSION   = '0.16';
 
 with 'MooseX::Daemonize::WithPidFile',
      'MooseX::Getopt';