whoops
[gitmo/MooseX-Daemonize.git] / lib / MooseX / Daemonize.pm
index e13be00..2cfa4c3 100644 (file)
@@ -3,7 +3,7 @@ use strict;    # because Kwalitee is pedantic
 use Moose::Role;
 use MooseX::Types::Path::Class;
 
-our $VERSION   = '0.11';
+our $VERSION   = '0.12';
 
 with 'MooseX::Daemonize::WithPidFile',
      'MooseX::Getopt';