diff --git a/Changes b/Changes index 66cd0f4..b41c0d7 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for the SNClient+ agent. -next: +0.29 Thu Nov 14 16:35:10 CET 2024 - fix vbs wrapper in default config (#170) - fix empty performance data when using perf-config units - fix fix process state filter on windows (#169) diff --git a/pkg/snclient/snclient.go b/pkg/snclient/snclient.go index f90c29c..e8ff4c3 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.28" + VERSION = "0.29" // ExitCodeOK is used for normal exits. ExitCodeOK = 0