Merge pull request #1068 from fatedier/dev

bump version to v0.23.3
This commit is contained in:
fatedier 2019-01-30 11:38:39 +08:00 committed by GitHub
commit 5543fc2a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ func (svr *Service) apiReload(w http.ResponseWriter, r *http.Request) {
return
}
err = svr.ctl.ReloadConf(pxyCfgs, visitorCfgs)
err = svr.ReloadConf(pxyCfgs, visitorCfgs)
if err != nil {
res.Code = 4
res.Msg = err.Error()

View File

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