admin: Bump to 1.
This commit is contained in:
parent
8a383719b4
commit
ac4fc633ce
@ -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.9}, nil
|
return map[string]interface{}{"version": 1.0}, nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user