Skip to content

Commit

Permalink
chore: bump bux-server version
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed Oct 12, 2023
1 parent 77ca12b commit f04414f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.13
// @version v0.5.14
// @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.13"
Version = "v0.5.14"
)

// Local variables for configuration
Expand Down
2 changes: 1 addition & 1 deletion 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.13"
"version": "v0.5.14"
},
"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.13
version: v0.5.14
paths:
/v1/access-key:
delete:
Expand Down

0 comments on commit f04414f

Please sign in to comment.