Skip to content

Commit

Permalink
release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Mar 12, 2024
1 parent 4b2e4af commit 4c70eae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/modgearman/mod_gearman_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c70eae

Please sign in to comment.