Fix version in documentation

This commit is contained in:
Pavol Rusnak
2022-07-10 18:24:27 +02:00
parent a43779259a
commit 362c2cbe12
4 changed files with 4 additions and 4 deletions

View File

@@ -716,7 +716,7 @@ const docTemplate = `{
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "0.6.1",
Version: "0.9.0",
Host: "",
BasePath: "/",
Schemes: []string{"https", "http"},