diff --git a/Changes b/Changes index 14c7195d..06ccd0a1 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for the SNClient+ agent. -next: +0.07 Wed Aug 30 20:45:50 CEST 2023 - add support for perf-config option - add support for case insensitive regular expression matches - add support for case insensitive string matches diff --git a/pkg/snclient/snclient.go b/pkg/snclient/snclient.go index 22c0a16b..6cea7cf6 100644 --- a/pkg/snclient/snclient.go +++ b/pkg/snclient/snclient.go @@ -36,7 +36,7 @@ const ( " monitoring agent designed as replacement for NRPE and NSClient++." // VERSION contains the actual snclient version. - VERSION = "0.06" + VERSION = "0.07" // ExitCodeOK is used for normal exits. ExitCodeOK = 0