Skip to content

Commit

Permalink
Upgraded bux, deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Jun 6, 2022
1 parent 2ada232 commit e0dd418
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions go.mod

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

6 changes: 6 additions & 0 deletions go.sum

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

2 changes: 1 addition & 1 deletion transports/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type TransportType string
const BuxUserAgent = "BUX: go-client " + BuxClientVersion

// BuxClientVersion is the version of the client
const BuxClientVersion = "v0.1.17"
const BuxClientVersion = "v0.1.18"

const (
// BuxTransportHTTP uses the http transport for all bux server actions
Expand Down

0 comments on commit e0dd418

Please sign in to comment.