We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e8a68 commit 3e90268Copy full SHA for 3e90268
1 file changed
handlers/getStatus.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
var initTime = time.Now()
15
-var version = "1.18.1"
+var version = "1.18.2"
16
17
func getStatus(w http.ResponseWriter, r *http.Request) {
18
json.NewEncoder(w).Encode(map[string]interface{}{
0 commit comments