X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon.pm;h=156d7435adcff83e3fa81478aee6b7fc2fb69f39;hb=496fffaa1f2582bd36d8426a0dcf22d94c5fd849;hp=1d2f1cfe3dc178e5dc509d9f3215ab5985246b17;hpb=f5e29130f62b7a9dfd13bcfc5ee65359b1010b92;p=gruntmaster-daemon.git diff --git a/lib/Gruntmaster/Daemon.pm b/lib/Gruntmaster/Daemon.pm index 1d2f1cf..156d743 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-TRIAL'; +our $VERSION = '5999.000_001'; use Gruntmaster::Daemon::Constants qw/ERR/; use Gruntmaster::Daemon::Format qw/prepare_files/;