Skip to content

Commit

Permalink
Prepare v2.6.4 release
Browse files Browse the repository at this point in the history
Change-Id: I52b9fe070c5f08b4ce4cd053c0ac111d19e4fefc
Reviewed-on: https://review.couchbase.org/c/gocb/+/197673
Tested-by: Charles Dixon <[email protected]>
Reviewed-by: Dimitris Christodoulou <[email protected]>
  • Loading branch information
chvck committed Sep 25, 2023
1 parent 010dce5 commit 6fa3c2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
goCbVersionStr = "v2.6.3"
goCbVersionStr = "v2.6.4"

durabilityTimeoutFloor = 1500 * time.Millisecond
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/couchbase/gocb/v2

require (
github.com/couchbase/gocbcore/v10 v10.2.8-0.20230912083856-0d6048c6cab7
github.com/couchbase/gocbcore/v10 v10.2.8
github.com/couchbaselabs/gocaves/client v0.0.0-20230404095311-05e3ba4f0259
github.com/google/uuid v1.3.1
github.com/stretchr/testify v1.8.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/couchbase/gocbcore/v10 v10.2.8-0.20230912083856-0d6048c6cab7 h1:ilzd1rEAZ93ckbKYQcf9luO6GpZXFsrXXDymXIZwVrE=
github.com/couchbase/gocbcore/v10 v10.2.8-0.20230912083856-0d6048c6cab7/go.mod h1:lYQIIk+tzoMcwtwU5GzPbDdqEkwkH3isI2rkSpfL0oM=
github.com/couchbase/gocbcore/v10 v10.2.8 h1:Enjxyxd6XYIP0SSlKxt+GHL0J+A/GaLxGJZ13XCfOW4=
github.com/couchbase/gocbcore/v10 v10.2.8/go.mod h1:lYQIIk+tzoMcwtwU5GzPbDdqEkwkH3isI2rkSpfL0oM=
github.com/couchbaselabs/gocaves/client v0.0.0-20230307083111-cc3960c624b1/go.mod h1:AVekAZwIY2stsJOMWLAS/0uA/+qdp7pjO8EHnl61QkY=
github.com/couchbaselabs/gocaves/client v0.0.0-20230404095311-05e3ba4f0259 h1:2TXy68EGEzIMHOx9UvczR5ApVecwCfQZ0LjkmwMI6g4=
github.com/couchbaselabs/gocaves/client v0.0.0-20230404095311-05e3ba4f0259/go.mod h1:AVekAZwIY2stsJOMWLAS/0uA/+qdp7pjO8EHnl61QkY=
Expand Down

0 comments on commit 6fa3c2a

Please sign in to comment.