Skip to content

Commit

Permalink
release v0.07
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Nierlein <sven@nierlein.de>
  • Loading branch information
sni committed Aug 30, 2023
1 parent 3ec2821 commit d86f259
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.07 Wed Aug 30 20:45:50 CEST 2023
- add support for perf-config option
- add support for case insensitive regular expression matches
- add support for case insensitive string matches
Expand Down
2 changes: 1 addition & 1 deletion pkg/snclient/snclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (
" monitoring agent designed as replacement for NRPE and NSClient++."

// VERSION contains the actual snclient version.
VERSION = "0.06"
VERSION = "0.07"

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

0 comments on commit d86f259

Please sign in to comment.