Skip to content

Commit

Permalink
Bump version to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
momer committed May 15, 2024
1 parent 5b05ebe commit 69dd640
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bonsai/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
// Client representation configuration.
const (
// Version reflects this API Client's version.
Version = "v2.1.0"
Version = "v2.2.0"
// BaseEndpoint is the target API URL base location.
BaseEndpoint = "https://api.bonsai.io"
// UserAgent is the internally used value for the AccessKey-Agent header
Expand Down
2 changes: 1 addition & 1 deletion bonsai/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (s *ClientVCRTestSuite) SetupSuite() {
bonsai.WithApplication(
bonsai.Application{
Name: "bonsai-api-go",
Version: "v2.1.0",
Version: "v2.2.0",
},
),
bonsai.WithCredentialPair(
Expand Down
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/omc/bonsai-api-go/v2/example

go 1.22.2

require github.com/omc/bonsai-api-go/v2 v2.1.0
require github.com/omc/bonsai-api-go/v2 v2.2.0

require (
github.com/google/go-querystring v1.1.0 // indirect
Expand Down

0 comments on commit 69dd640

Please sign in to comment.