X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon.pm;h=4c3d49294d6c1ff8b109b1500688673c24230e4d;hp=6cc6431d050cd858ee8cad47a2c6528f6f6973c7;hb=69ea9358b59a6d8bd566c3af22247e8c2e35320f;hpb=bf653e2314548a336b83836ddae9b80913981c9d diff --git a/lib/Gruntmaster/Daemon.pm b/lib/Gruntmaster/Daemon.pm index 6cc6431..4c3d492 100644 --- a/lib/Gruntmaster/Daemon.pm +++ b/lib/Gruntmaster/Daemon.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; -our $VERSION = '5999.000_002'; +our $VERSION = '5999.000_003'; use Gruntmaster::Daemon::Constants qw/ERR/; use Gruntmaster::Daemon::Format qw/prepare_files/;