From 6b3074d44ccf2f89beaf981c806f6087e2f2a6bc Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Thu, 29 Jun 2023 11:00:23 +0200 Subject: [PATCH] release v1.3.6 --- Changes | 2 +- mod_gearman_worker.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 13f9664..450c43e 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for the Mod-Gearman-Worker-Go -next: +1.3.6 Thu Jun 29 11:00:12 CEST 2023 - fix crash when multiple internal check_nsc_web checks run in parallel 1.3.5 Tue Jun 27 16:26:12 CEST 2023 diff --git a/mod_gearman_worker.go b/mod_gearman_worker.go index f7e9fce..258c5e1 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.5" + VERSION = "1.3.6" // ExitCodeError is used for erroneous exits ExitCodeError = 2