diff --git a/Changes b/Changes index 5ed53cd4..e6ff3c97 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for the SNClient+ agent. -next: +0.10 Sun Oct 22 21:22:47 CEST 2023 - windows: add firewall on program, not ports - add on demand macros - add prometheus exporter exporter listener diff --git a/pkg/snclient/snclient.go b/pkg/snclient/snclient.go index 62578879..2c5d1bd3 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.09" + VERSION = "0.10" // ExitCodeOK is used for normal exits. ExitCodeOK = 0