From 04cdf5304a49537177fb1a494fe1fd7522def188 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Fri, 14 Jul 2023 13:07:47 +0200 Subject: [PATCH] release 1.3.7 --- Changes | 2 +- mod_gearman_worker.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index aec28c1..2fd9e2e 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for the Mod-Gearman-Worker-Go -next: +1.3.7 Fri Jul 14 13:07:32 CEST 2023 - add usage for testcmd command - fix performance metrics for epn checks diff --git a/mod_gearman_worker.go b/mod_gearman_worker.go index 258c5e1..3dd1332 100644 --- a/mod_gearman_worker.go +++ b/mod_gearman_worker.go @@ -18,7 +18,7 @@ import ( const ( // VERSION contains the actual lmd version - VERSION = "1.3.6" + VERSION = "1.3.7" // ExitCodeError is used for erroneous exits ExitCodeError = 2