Skip to content

Commit

Permalink
release v0.29
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Nierlein <[email protected]>
  • Loading branch information
sni committed Nov 14, 2024
1 parent 5dba7f0 commit 1ec3814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This file documents the revision history for the SNClient+ agent.

next:
0.29 Thu Nov 14 16:35:10 CET 2024
- fix vbs wrapper in default config (#170)
- fix empty performance data when using perf-config units
- fix fix process state filter on windows (#169)
Expand Down
2 changes: 1 addition & 1 deletion pkg/snclient/snclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (
" monitoring agent designed as replacement for NRPE and NSClient++."

// VERSION contains the actual snclient version.
VERSION = "0.28"
VERSION = "0.29"

// ExitCodeOK is used for normal exits.
ExitCodeOK = 0
Expand Down

0 comments on commit 1ec3814

Please sign in to comment.