fix config parse logic (#2323)

This commit is contained in:
fatedier
2021-03-22 14:53:30 +08:00
committed by GitHub
parent 6b80861bd6
commit 9a849a29e9
12 changed files with 70 additions and 42 deletions

View File

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