Skip to content

Commit 1c92ce5

Browse files
committed
Bumped version
1 parent 1c90bc6 commit 1c92ce5

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

cmd/server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919

2020
// main method starts everything for the BUX Server
2121
// @title BUX: Server
22-
// @version v0.5.3
22+
// @version v0.5.4
2323
// @securityDefinitions.apikey bux-auth-xpub
2424
// @in header
2525
// @name bux-auth-xpub

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const (
2828
EnvironmentStaging = "staging"
2929
EnvironmentTest = "test"
3030
HealthRequestPath = "health"
31-
Version = "v0.5.3"
31+
Version = "v0.5.4"
3232
)
3333

3434
// Local variables for configuration

docs/docs.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "BUX: Server",
55
"contact": {},
6-
"version": "v0.5.3"
6+
"version": "v0.5.4"
77
},
88
"paths": {
99
"/v1/access-key": {

docs/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
info:
22
contact: {}
33
title: 'BUX: Server'
4-
version: v0.5.3
4+
version: v0.5.4
55
paths:
66
/v1/access-key:
77
delete:

0 commit comments

Comments
 (0)