Skip to content

Commit

Permalink
Update YugabyteDB to 2.13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radekg committed Mar 22, 2022
1 parent 6adc34c commit 68c9bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ func main() {

Notes on the client versions:

- YugabyteDB `2.13.0`: use client version `v0.0.2-beta.2`
- YugabyteDB `2.13.0+`: use client version `v0.0.2-beta.2`
- YugabyteDB `2.11.2`: use client version `v0.0.2-beta.1`
- YugabyteDB `2.9.x`, `2.11.0`, `2.11.1`: use client version `v0.0.1-beta.4`
2 changes: 1 addition & 1 deletion testutils/common/configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
// DefaultYugabyteDBMasterImageName specifies the default Docker image name used in tests.
DefaultYugabyteDBMasterImageName = "yugabytedb/yugabyte"
// DefaultYugabyteDBImageVersion specifies the default Docker image version used in tests.
DefaultYugabyteDBImageVersion = "2.13.0.0-b42"
DefaultYugabyteDBImageVersion = "2.13.0.1-b2"
// DefaultYugabyteDBContainerUser specifies the default Docker container user.
DefaultYugabyteDBContainerUser = "yugabyte"
// DefaultReplicationFactor specifies the default replication factor.
Expand Down

0 comments on commit 68c9bb8

Please sign in to comment.