From 09cc2b4ce3b08eabcb4730b0a3eae8db76e3a47b Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Tue, 12 Nov 2024 16:34:15 +0100 Subject: [PATCH] release v2.2.4 --- Changes | 2 +- pkg/lmd/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 0380840..1144583 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for the Livestatus Multitool Daemon (LMD) -next: +2.2.4 Tue Nov 12 16:33:35 CET 2024 - fix more index based filters - update dependencies diff --git a/pkg/lmd/main.go b/pkg/lmd/main.go index c35635a..6433a93 100644 --- a/pkg/lmd/main.go +++ b/pkg/lmd/main.go @@ -32,7 +32,7 @@ import ( const ( // VERSION contains the actual lmd version. - VERSION = "2.2.3" + VERSION = "2.2.4" // NAME defines the name of this project. NAME = "lmd"