Skip to content

Commit

Permalink
Upgraded bux, deps, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed May 31, 2022
1 parent b337e9a commit bc21099
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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.

4 changes: 4 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.16"
const BuxClientVersion = "v0.1.17"

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

0 comments on commit bc21099

Please sign in to comment.