From 90bc28110901c52b68e967a000d8ef6eec1ffad8 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Thu, 28 Mar 2024 17:18:25 +0100 Subject: [PATCH] release v0.21 Signed-off-by: Sven Nierlein --- Changes | 2 +- pkg/snclient/snclient.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index d0d757c..ebb0d0f 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for the SNClient+ agent. -next: +0.21 Thu Mar 28 17:18:25 CET 2024 - add http config ini includes - add osx pkg uninstaller - add check_eventlog support for unique-index (mlueckert) diff --git a/pkg/snclient/snclient.go b/pkg/snclient/snclient.go index 46dff1f..70622b3 100644 --- a/pkg/snclient/snclient.go +++ b/pkg/snclient/snclient.go @@ -41,7 +41,7 @@ const ( " monitoring agent designed as replacement for NRPE and NSClient++." // VERSION contains the actual snclient version. - VERSION = "0.20" + VERSION = "0.21" // ExitCodeOK is used for normal exits. ExitCodeOK = 0