diff --git a/cmd/server/main.go b/cmd/server/main.go index 2f0f86572..71356f326 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -18,7 +18,7 @@ import ( // main method starts everything for the BUX Server // @title BUX: Server -// @version v0.10.0 +// @version v0.12.0 // @securityDefinitions.apikey bux-auth-xpub // @in header // @name bux-auth-xpub diff --git a/config/config.go b/config/config.go index a2d9aea45..8f9f1c2a8 100644 --- a/config/config.go +++ b/config/config.go @@ -16,7 +16,7 @@ const ( APIVersion = "v1" DefaultNewRelicShutdown = 10 * time.Second HealthRequestPath = "health" - Version = "v0.10.0" + Version = "v0.12.0" ConfigFilePathKey = "config_file" DefaultConfigFilePath = "config.yaml" ConfigEnvPrefix = "BUX_" diff --git a/docs/docs.go b/docs/docs.go index b2e9e7d94..1f137cb2b 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1,4 +1,5 @@ -// Code generated by swaggo/swag. DO NOT EDIT +// Code generated by swaggo/swag. DO NOT EDIT. + package docs import "github.com/swaggo/swag" @@ -1884,7 +1885,7 @@ const docTemplate = `{ // SwaggerInfo holds exported Swagger Info so clients can modify it var SwaggerInfo = &swag.Spec{ - Version: "v0.10.0", + Version: "v0.12.0", Host: "", BasePath: "", Schemes: []string{}, @@ -1892,6 +1893,8 @@ var SwaggerInfo = &swag.Spec{ Description: "", InfoInstanceName: "swagger", SwaggerTemplate: docTemplate, + LeftDelim: "{{", + RightDelim: "}}", } func init() { diff --git a/docs/swagger.json b/docs/swagger.json index 694b07090..a60581e9f 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -3,7 +3,7 @@ "info": { "title": "BUX: Server", "contact": {}, - "version": "v0.10.0" + "version": "v0.12.0" }, "paths": { "/v1/access-key": { diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 7b383c30b..9c3a1338c 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -1,7 +1,7 @@ info: contact: {} title: 'BUX: Server' - version: v0.10.0 + version: v0.12.0 paths: /v1/access-key: delete: