Skip to content

Commit 6fa3c2a

Browse files
committed
Prepare v2.6.4 release
Change-Id: I52b9fe070c5f08b4ce4cd053c0ac111d19e4fefc Reviewed-on: https://review.couchbase.org/c/gocb/+/197673 Tested-by: Charles Dixon <[email protected]> Reviewed-by: Dimitris Christodoulou <[email protected]>
1 parent 010dce5 commit 6fa3c2a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
const (
12-
goCbVersionStr = "v2.6.3"
12+
goCbVersionStr = "v2.6.4"
1313

1414
durabilityTimeoutFloor = 1500 * time.Millisecond
1515
)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/couchbase/gocb/v2
22

33
require (
4-
github.com/couchbase/gocbcore/v10 v10.2.8-0.20230912083856-0d6048c6cab7
4+
github.com/couchbase/gocbcore/v10 v10.2.8
55
github.com/couchbaselabs/gocaves/client v0.0.0-20230404095311-05e3ba4f0259
66
github.com/google/uuid v1.3.1
77
github.com/stretchr/testify v1.8.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/couchbase/gocbcore/v10 v10.2.8-0.20230912083856-0d6048c6cab7 h1:ilzd1rEAZ93ckbKYQcf9luO6GpZXFsrXXDymXIZwVrE=
2-
github.com/couchbase/gocbcore/v10 v10.2.8-0.20230912083856-0d6048c6cab7/go.mod h1:lYQIIk+tzoMcwtwU5GzPbDdqEkwkH3isI2rkSpfL0oM=
1+
github.com/couchbase/gocbcore/v10 v10.2.8 h1:Enjxyxd6XYIP0SSlKxt+GHL0J+A/GaLxGJZ13XCfOW4=
2+
github.com/couchbase/gocbcore/v10 v10.2.8/go.mod h1:lYQIIk+tzoMcwtwU5GzPbDdqEkwkH3isI2rkSpfL0oM=
33
github.com/couchbaselabs/gocaves/client v0.0.0-20230307083111-cc3960c624b1/go.mod h1:AVekAZwIY2stsJOMWLAS/0uA/+qdp7pjO8EHnl61QkY=
44
github.com/couchbaselabs/gocaves/client v0.0.0-20230404095311-05e3ba4f0259 h1:2TXy68EGEzIMHOx9UvczR5ApVecwCfQZ0LjkmwMI6g4=
55
github.com/couchbaselabs/gocaves/client v0.0.0-20230404095311-05e3ba4f0259/go.mod h1:AVekAZwIY2stsJOMWLAS/0uA/+qdp7pjO8EHnl61QkY=

0 commit comments

Comments
 (0)