chore: update version in swagger

This commit is contained in:
2026-01-19 21:07:30 +01:00
parent 7486865343
commit da616438e9
3 changed files with 3 additions and 3 deletions

View File

@@ -2129,7 +2129,7 @@ const docTemplate = `{
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "0.1.0",
Version: "0.1.1",
Host: "localhost:8080",
BasePath: "/api",
Schemes: []string{"http"},