Skip to content

Commit

Permalink
feat(BUX-000): bux version update (#400)
Browse files Browse the repository at this point in the history
* feat: bux version update

* docs: update swagger docs
  • Loading branch information
wregulski authored Jan 10, 2024
1 parent 00be3d5 commit f87eb85
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 24 deletions.
2 changes: 1 addition & 1 deletion cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

// main method starts everything for the BUX Server
// @title BUX: Server
// @version v0.8.0
// @version v0.10.0
// @securityDefinitions.apikey bux-auth-xpub
// @in header
// @name bux-auth-xpub
Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
APIVersion = "v1"
DefaultNewRelicShutdown = 10 * time.Second
HealthRequestPath = "health"
Version = "v0.5.16"
Version = "v0.10.0"
ConfigFilePathKey = "config_file"
DefaultConfigFilePath = "config.yaml"
ConfigEnvPrefix = "BUX_"
Expand Down
23 changes: 10 additions & 13 deletions docs/docs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "BUX: Server",
"contact": {},
"version": "v0.5.14"
"version": "v0.10.0"
},
"paths": {
"/v1/access-key": {
Expand Down Expand Up @@ -1871,4 +1871,4 @@
"in": "header"
}
}
}
}
2 changes: 1 addition & 1 deletion docs/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
info:
contact: {}
title: 'BUX: Server'
version: v0.5.14
version: v0.10.0
paths:
/v1/access-key:
delete:
Expand Down
4 changes: 2 additions & 2 deletions go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f87eb85

Please sign in to comment.