Skip to content

Commit

Permalink
Merge pull request #1068 from fatedier/dev
Browse files Browse the repository at this point in the history
bump version to v0.23.3
  • Loading branch information
fatedier authored Jan 30, 2019
2 parents d9b5e0b + c41de6f commit 5543fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/admin_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion utils/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"strings"
)

var version string = "0.23.2"
var version string = "0.23.3"

func Full() string {
return version
Expand Down

0 comments on commit 5543fc2

Please sign in to comment.