diff --git a/docs/docs.go b/docs/docs.go index d80f074..0ac50b2 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -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"}, diff --git a/docs/swagger.json b/docs/swagger.json index 56b29d2..07cf642 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -16,7 +16,7 @@ "name": "GNU GPL", "url": "https://www.gnu.org/licenses/gpl-3.0.en.html" }, - "version": "0.6.1" + "version": "0.9.0" }, "basePath": "/", "paths": { diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 3654f75..2d57848 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -181,7 +181,7 @@ info: name: GNU GPL url: https://www.gnu.org/licenses/gpl-3.0.en.html title: LNDhub.go - version: 0.6.1 + version: 0.9.0 paths: /auth: post: diff --git a/main.go b/main.go index ac125be..211caee 100644 --- a/main.go +++ b/main.go @@ -43,7 +43,7 @@ var indexHtml string var staticContent embed.FS // @title LNDhub.go -// @version 0.6.1 +// @version 0.9.0 // @description Accounting wrapper for the Lightning Network providing separate accounts for end-users. // @contact.name Alby