admin: API version bump
This commit is contained in:
parent
8ed23ddc7a
commit
92c7de942b
@ -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.2}, nil
|
return map[string]interface{}{"version": 0.3}, nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user