whoops
[gitmo/MooseX-Daemonize.git] / lib / MooseX / Daemonize / WithPidFile.pm
index b6b71a5..3802db6 100644 (file)
@@ -2,7 +2,7 @@ package MooseX::Daemonize::WithPidFile;
 use strict;         # cause Perl::Critic errors are annoying
 use MooseX::Getopt; # to load the Getopt metaclass
 use Moose::Role;
-our $VERSION   = '0.11';
+our $VERSION   = '0.12';
 
 
 use MooseX::Daemonize::Pid::File;