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