From 128baa0a30ee7c777244ffd33096dd62df58b1ce Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Wed, 12 Feb 2025 18:14:54 +0100 Subject: [PATCH] release v0.31 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 c674023b..0ed7c1dd 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for the SNClient+ agent. -next: +0.31 Wed Feb 12 18:14:54 CET 2025 - fix check_files thresholds on total_size - update windows exporter to 0.30.2 - chore: update dependencies diff --git a/pkg/snclient/snclient.go b/pkg/snclient/snclient.go index aad31e38..e09096c5 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.30" + VERSION = "0.31" // ExitCodeOK is used for normal exits. ExitCodeOK = 0