From 02014d7688745c99a6335cd37ec4a1e6db49cb3e Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Sun, 22 Oct 2023 21:22:47 +0200 Subject: [PATCH] release v0.10 Signed-off-by: Sven Nierlein --- Changes | 2 +- pkg/snclient/snclient.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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