From 4c70eaefa1df103722423f6f05c2c1c8f939417b Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Tue, 12 Mar 2024 14:07:58 +0100 Subject: [PATCH] release 1.5.0 --- Changes | 4 +++- pkg/modgearman/mod_gearman_worker.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index c809243..1346b64 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,9 @@ This file documents the revision history for the Mod-Gearman-Worker-Go -next: +1.5.0 Tue Mar 12 14:07:47 CET 2024 - update dependencies + - restructure code layout + - switch testing framework 1.4.0 Wed Feb 28 12:58:19 CET 2024 - improve command line parsing diff --git a/pkg/modgearman/mod_gearman_worker.go b/pkg/modgearman/mod_gearman_worker.go index e380e66..712bcca 100644 --- a/pkg/modgearman/mod_gearman_worker.go +++ b/pkg/modgearman/mod_gearman_worker.go @@ -18,7 +18,7 @@ import ( const ( // VERSION contains the actual lmd version - VERSION = "1.4.0" + VERSION = "1.5.0" // ExitCodeError is used for erroneous exits ExitCodeError = 2