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