Skip to content

Commit

Permalink
chore: bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Sep 30, 2023
1 parent eefb83e commit f73aed7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.12
// @version v0.5.13
// @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.12"
Version = "v0.5.13"
)

// 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.

2 changes: 1 addition & 1 deletion 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.12"
"version": "v0.5.13"
},
"paths": {
"/v1/access-key": {
Expand Down
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.12
version: v0.5.13
paths:
/v1/access-key:
delete:
Expand Down

0 comments on commit f73aed7

Please sign in to comment.