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