Skip to content

Commit

Permalink
Incrementing version
Browse files Browse the repository at this point in the history
Signed-off-by: Vacha Shah <vachshah@amazon.com>
  • Loading branch information
VachaShah committed Jan 20, 2023
1 parent b7f9f8d commit 0554295
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/build/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/opensearch-project/opensearch-go/v2 => ../../
require (
github.com/alecthomas/chroma v0.8.2
github.com/kr/pretty v0.1.0 // indirect
github.com/opensearch-project/opensearch-go/v2 v2.1.0
github.com/opensearch-project/opensearch-go/v2 v2.2.0
github.com/spf13/cobra v1.6.1
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/tools v0.1.12
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ package version

// Client returns the client version as a string.
//
const Client = "2.1.0"
const Client = "2.2.0"
2 changes: 1 addition & 1 deletion opensearchapi/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.11
replace github.com/opensearch-project/opensearch-go/v2 => ../../

require (
github.com/opensearch-project/opensearch-go/v2 v2.1.0
github.com/opensearch-project/opensearch-go/v2 v2.2.0

gopkg.in/yaml.v2 v2.4.0
)

0 comments on commit 0554295

Please sign in to comment.