Skip to content

Commit 128baa0

Browse files
committed
release v0.31
Signed-off-by: Sven Nierlein <sven@consol.de>
1 parent 19c4119 commit 128baa0

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.31 Wed Feb 12 18:14:54 CET 2025
44
- fix check_files thresholds on total_size
55
- update windows exporter to 0.30.2
66
- chore: update dependencies

pkg/snclient/snclient.go

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

4444
// VERSION contains the actual snclient version.
45-
VERSION = "0.30"
45+
VERSION = "0.31"
4646

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

0 commit comments

Comments
 (0)