Bump new version API
This commit is contained in:
parent
d867835385
commit
14f0e6cf8e
@ -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.1}, nil
|
return map[string]interface{}{"version": 0.2}, nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user