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