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 4c677b8 commit 0880481Copy full SHA for 0880481
1 file changed
handlers/getStatus.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
var initTime = time.Now()
15
-var version = "1.15.1"
+var version = "1.15.0"
16
17
func getStatus(w http.ResponseWriter, r *http.Request) {
18
json.NewEncoder(w).Encode(map[string]interface{}{
0 commit comments