We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32456b5 commit 2813f7aCopy full SHA for 2813f7a
Changes
@@ -1,5 +1,8 @@
1
This file documents the revision history for check_nsc_web
2
3
+0.7.4 Thu Jul 17 10:55:56 CEST 2025
4
+ - update dependencies
5
+
6
0.7.3 Tue Apr 1 17:05:18 CEST 2025
7
- update dependencies
8
- send client timeout as http header
pkg/checknscweb/check.go
@@ -41,7 +41,7 @@ import (
41
"time"
42
)
43
44
-const VERSION = "0.7.3"
+const VERSION = "0.7.4"
45
46
const USAGE = `Usage:
47
check_nsc_web [options] [query parameters]
0 commit comments