Skip to content

Commit

Permalink
release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Mar 21, 2024
1 parent 130ee60 commit fd9209e
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 check_nsc_web

next:
0.7.2 Thu Mar 21 17:14:07 CET 2024
- minimum go version is now 1.22
- silence "Unsolicited response received" messages

Expand Down
2 changes: 1 addition & 1 deletion pkg/checknscweb/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (
"time"
)

const VERSION = "0.7.1"
const VERSION = "0.7.2"

const USAGE = `Usage:
check_nsc_web [options] [query parameters]
Expand Down

0 comments on commit fd9209e

Please sign in to comment.