admin: version bump
This commit is contained in:
parent
5df1cc6e93
commit
4f237677e2
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ func init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func showVersion(_ httprouter.Params, body []byte) (interface{}, error) {
|
func showVersion(_ httprouter.Params, body []byte) (interface{}, error) {
|
||||||
return map[string]interface{}{"version": 0.8}, nil
|
return map[string]interface{}{"version": 0.9}, nil
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue