Merge pull request #1088 from fatedier/dev

bump version to v0.24.1
This commit is contained in:
fatedier 2019-02-12 15:10:43 +08:00 committed by GitHub
commit cbf9c731a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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")

View File

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