From ab636523095ff7f44266b29e1652695e34155f68 Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Thu, 14 Sep 2023 09:54:25 -0400 Subject: [PATCH] chore: bumped version --- cmd/server/main.go | 2 +- config/config.go | 2 +- docs/docs.go | 2 +- docs/swagger.json | 2 +- docs/swagger.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmd/server/main.go b/cmd/server/main.go index ca58d95b6..dc96a3f39 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -19,7 +19,7 @@ import ( // main method starts everything for the BUX Server // @title BUX: Server -// @version v0.5.9 +// @version v0.5.10 // @securityDefinitions.apikey bux-auth-xpub // @in header // @name bux-auth-xpub diff --git a/config/config.go b/config/config.go index dfe777774..7ad84af18 100644 --- a/config/config.go +++ b/config/config.go @@ -29,7 +29,7 @@ const ( EnvironmentStaging = "staging" EnvironmentTest = "test" HealthRequestPath = "health" - Version = "v0.5.9" + Version = "v0.5.10" ) // Local variables for configuration diff --git a/docs/docs.go b/docs/docs.go index 825be3579..7bf2aba7e 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1826,7 +1826,7 @@ const docTemplate = `{ // SwaggerInfo holds exported Swagger Info so clients can modify it var SwaggerInfo = &swag.Spec{ - Version: "v0.5.9", + Version: "v0.5.10", Host: "", BasePath: "", Schemes: []string{}, diff --git a/docs/swagger.json b/docs/swagger.json index 69325c4e2..1e052cb52 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -3,7 +3,7 @@ "info": { "title": "BUX: Server", "contact": {}, - "version": "v0.5.9" + "version": "v0.5.10" }, "paths": { "/v1/access-key": { diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 296be1559..851062f6d 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -1,7 +1,7 @@ info: contact: {} title: 'BUX: Server' - version: v0.5.9 + version: v0.5.10 paths: /v1/access-key: delete: