Skip to content

Commit 1f36906

Browse files
committed
Bumped version
1 parent 9d692bd commit 1f36906

5 files changed

Lines changed: 6 additions & 6 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.4.0
22+
// @version v0.5.0
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.4.0"
31+
Version = "v0.5.0"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "BUX: Server",
55
"contact": {},
6-
"version": "v0.4.0"
6+
"version": "v0.5.0"
77
},
88
"paths": {
99
"/v1/access-key": {
@@ -1813,4 +1813,4 @@
18131813
"in": "header"
18141814
}
18151815
}
1816-
}
1816+
}

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.4.0
4+
version: v0.5.0
55
paths:
66
/v1/access-key:
77
delete:

0 commit comments

Comments
 (0)