From d6e824f788ad85ced4a504c02adf859145096966 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Sat, 6 Apr 2024 21:15:06 +0200 Subject: [PATCH] release v0.22 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 9783738..b5e919d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for the SNClient+ agent. -next: +0.22 Sat Apr 6 21:15:06 CEST 2024 - fix check_mount checking options - check_mount skip default filter if mount point specified - improve documentation diff --git a/pkg/snclient/snclient.go b/pkg/snclient/snclient.go index 10829f4..32012a0 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.21" + VERSION = "0.22" // ExitCodeOK is used for normal exits. ExitCodeOK = 0