From 74ef68501ab5c4b6c8d239e4cd6b22eb1350851b Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Wed, 5 Jul 2023 19:13:44 +0200 Subject: [PATCH] release v0.04 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 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