Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Mar 29, 2022
1 parent 16539ea commit 6c1f8c7
Showing 1 changed file with 1 addition and 1 deletion.
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.7"
const BuxClientVersion = "v0.1.8"

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

0 comments on commit 6c1f8c7

Please sign in to comment.