X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon.pm;h=a9a6d9971a52a863d765996c6ceadfdc5f0ccb25;hp=9a02adb4ca6ecc77ce843c63384082535284ec70;hb=d6a1ae0d77398b2a7ed967e10e8420ac7d9980e5;hpb=4e02269fbd70d2f598c46a27d3c239a27cf83b0b;ds=sidebyside diff --git a/lib/Gruntmaster/Daemon.pm b/lib/Gruntmaster/Daemon.pm index 9a02adb..a9a6d99 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_001'; +our $VERSION = '5999.000_002'; use Gruntmaster::Daemon::Constants qw/ERR/; use Gruntmaster::Daemon::Format qw/prepare_files/;