Skip to content

Commit 45b52ac

Browse files
committed
release v0.42
1 parent 80ca6ee commit 45b52ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This file documents the revision history for the SNClient agent.
22

3-
next:
3+
0.42 Fri Feb 13 15:37:38 CET 2026
44
- *DEPRECATION NOTICE* the next release will use an unprivileged snclient user
55
instead of root when using the linux packages.
66
- change minimum golang requirement to 1.25.7

pkg/snclient/snclient.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const (
4646
" monitoring agent designed as replacement for NRPE and NSClient++."
4747

4848
// VERSION contains the actual snclient version.
49-
VERSION = "0.41"
49+
VERSION = "0.42"
5050

5151
// ExitCodeOK is used for normal exits.
5252
ExitCodeOK = 0

0 commit comments

Comments
 (0)