From 654af5206f5a893a4052b3898cfeb4d612780711 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Mon, 21 Oct 2024 23:08:47 +0200 Subject: [PATCH] release v0.28 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 4264dc8..defbd98 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for the SNClient+ agent. -next: +0.28 Mon Oct 21 23:08:47 CEST 2024 - update windows exporter to 0.29.1 - wmi: always set en_US language in query (#156) - check_eventlog: fix time offset parsing (#157) diff --git a/pkg/snclient/snclient.go b/pkg/snclient/snclient.go index fd68287..f90c29c 100644 --- a/pkg/snclient/snclient.go +++ b/pkg/snclient/snclient.go @@ -42,7 +42,7 @@ const ( " monitoring agent designed as replacement for NRPE and NSClient++." // VERSION contains the actual snclient version. - VERSION = "0.27" + VERSION = "0.28" // ExitCodeOK is used for normal exits. ExitCodeOK = 0