Skip to content

Commit 7357817

Browse files
committed
release v0.33
Signed-off-by: Sven Nierlein <[email protected]>
1 parent 0b65f73 commit 7357817

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.33 Fri Apr 11 16:05:32 CEST 2025
44
- check_service: fix case insensitive excludes
55
- check_pagefile: fix crash if there is no pagefile
66
- update windows exporter to 0.30.5

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.32"
46+
VERSION = "0.33"
4747

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

0 commit comments

Comments
 (0)