diff --git a/Changes b/Changes index a65bbd2..ce1ad46 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for the SNClient+ agent. -next: +0.30 Wed Jan 15 12:08:28 CET 2025 - fix check_drivesize letter: excludes - fix check_service default threshold for linux - chore: update dependencies diff --git a/pkg/snclient/snclient.go b/pkg/snclient/snclient.go index 65f6e9c..dcbb0f3 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.29" + VERSION = "0.30" // ExitCodeOK is used for normal exits. ExitCodeOK = 0