diff --git a/Changes b/Changes index 16d47191..7e1c0d64 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for the SNClient+ agent. -next: +0.04 Wed Jul 5 19:13:44 CEST 2023 - implement external scripts - add support for client certificates - add hashed passwords diff --git a/pkg/snclient/snclient.go b/pkg/snclient/snclient.go index d94df7ca..07b99bfc 100644 --- a/pkg/snclient/snclient.go +++ b/pkg/snclient/snclient.go @@ -35,7 +35,7 @@ const ( " monitoring agent designed as replacement for NRPE and NSClient++." // VERSION contains the actual snclient version. - VERSION = "0.03" + VERSION = "0.04" // ExitCodeOK is used for normal exits. ExitCodeOK = 0