From 76032af7adf8b102b4bd78a5a2d128545e1725b1 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Fri, 15 Mar 2024 14:12:35 +0100 Subject: [PATCH] release v0.20 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 35a9371..2d4e485 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for the SNClient+ agent. -next: +0.20 Fri Mar 15 14:12:35 CET 2024 - add support for perf-syntax - check_wmi: add performance data - check_wmi: add support for empty-syntax diff --git a/pkg/snclient/snclient.go b/pkg/snclient/snclient.go index 050a5aa..17a16ff 100644 --- a/pkg/snclient/snclient.go +++ b/pkg/snclient/snclient.go @@ -40,7 +40,7 @@ const ( " monitoring agent designed as replacement for NRPE and NSClient++." // VERSION contains the actual snclient version. - VERSION = "0.19" + VERSION = "0.20" // ExitCodeOK is used for normal exits. ExitCodeOK = 0