admin: bump new API version
This commit is contained in:
parent
b461fbb1cb
commit
7e660045a4
@ -9,5 +9,5 @@ func init() {
|
||||
}
|
||||
|
||||
func showVersion(_ httprouter.Params, body []byte) (interface{}, error) {
|
||||
return map[string]interface{}{"version": 0.4}, nil
|
||||
return map[string]interface{}{"version": 0.5}, nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user