remove authentication for healthz api (#2672)

This commit is contained in:
fatedier
2021-11-23 14:14:27 +08:00
committed by GitHub
parent cbdd73b94f
commit 05b1ace21f
6 changed files with 82 additions and 26 deletions

View File

@@ -19,7 +19,7 @@ import (
"strings"
)
var version string = "0.38.0"
var version string = "0.38.1"
func Full() string {
return version