changing all versions to 0.15
[gitmo/MooseX-Daemonize.git] / lib / MooseX / Daemonize.pm
index 8930813..4916ca0 100644 (file)
@@ -4,7 +4,7 @@ use Moose::Role;
 use MooseX::Types::Path::Class;
 use File::Path qw(make_path);
 
-our $VERSION   = '0.14';
+our $VERSION   = '0.15';
 
 with 'MooseX::Daemonize::WithPidFile',
      'MooseX::Getopt';