未验证 提交 cbf9c731 编写于 作者: F fatedier 提交者: GitHub

Merge pull request #1088 from fatedier/dev

bump version to v0.24.1
......@@ -311,6 +311,8 @@ func (svr *Service) apiPutConfig(w http.ResponseWriter, r *http.Request) {
newRows = append(newRows, token)
}
}
} else {
newRows = tmpRows
}
content = strings.Join(newRows, "\n")
......
......@@ -19,7 +19,7 @@ import (
"strings"
)
var version string = "0.24.0"
var version string = "0.24.1"
func Full() string {
return version
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册