Skip to content

Commit 9ee3db4

Browse files
committed
release v0.40
1 parent 921e464 commit 9ee3db4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.40 Wed Dec 17 14:07:35 CET 2025
44
- change minimum golang requirement to 1.25.5
55
- add support for recursive `script path`
66
- add support for cyclic alias check

pkg/snclient/snclient.go

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

4545
// VERSION contains the actual snclient version.
46-
VERSION = "0.39"
46+
VERSION = "0.40"
4747

4848
// ExitCodeOK is used for normal exits.
4949
ExitCodeOK = 0

0 commit comments

Comments
 (0)