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