Skip to content

Commit

Permalink
release v0.06
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Nierlein <sven@consol.de>
  • Loading branch information
sni committed Jul 27, 2023
1 parent 279f207 commit 8773b5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This file documents the revision history for the SNClient+ agent.

0.06 Thu Jul 27 08:31:28 CEST 2023
- relative include paths are now considered to be in the parent ini-file
- wmi: improve error handling

0.05 Fri Jul 21 20:24:19 CEST 2023
- add configuration dialog to .msi installer
- setup windows firewall rules during installation
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.05"
VERSION = "0.06"

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

0 comments on commit 8773b5e

Please sign in to comment.