X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;ds=sidebyside;f=lib%2FGruntmaster%2FDaemon.pm;h=4c3d49294d6c1ff8b109b1500688673c24230e4d;hb=refs%2Ftags%2F5999.000_003;hp=6cc6431d050cd858ee8cad47a2c6528f6f6973c7;hpb=bf653e2314548a336b83836ddae9b80913981c9d;p=gruntmaster-daemon.git 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/;