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