Skip to content

Commit

Permalink
Merge pull request #350 from BuxOrg/chore-update-bux-ver
Browse files Browse the repository at this point in the history
chore: update bux-server ver0.5.16
  • Loading branch information
arkadiuszos4chain authored Nov 20, 2023
2 parents 9686ac0 + 10a390b commit 6c8b136
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

// main method starts everything for the BUX Server
// @title BUX: Server
// @version v0.5.14
// @version v0.5.16
// @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 @@ -29,7 +29,7 @@ const (
EnvironmentStaging = "staging"
EnvironmentTest = "test"
HealthRequestPath = "health"
Version = "v0.5.14"
Version = "v0.5.16"
)

// Local variables for configuration
Expand Down
22 changes: 11 additions & 11 deletions docs/docs.go

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

2 changes: 2 additions & 0 deletions go.sum

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

0 comments on commit 6c8b136

Please sign in to comment.