Skip to content

Commit

Permalink
Merge pull request #1088 from fatedier/dev
Browse files Browse the repository at this point in the history
bump version to v0.24.1
  • Loading branch information
fatedier authored Feb 12, 2019
2 parents 65d8fe3 + de4bfcc commit cbf9c73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions client/admin_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")

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.24.0"
var version string = "0.24.1"

func Full() string {
return version
Expand Down

0 comments on commit cbf9c73

Please sign in to comment.