Skip to content

Commit

Permalink
Prepare v2.8.1 release
Browse files Browse the repository at this point in the history
Change-Id: I2e9cd90f9d7ceb534e27b2a44df2cd021b326a16
Reviewed-on: https://review.couchbase.org/c/gocb/+/208743
Tested-by: Build Bot <[email protected]>
Reviewed-by: Dimitris Christodoulou <[email protected]>
  • Loading branch information
chvck committed Apr 17, 2024
1 parent a9c5a68 commit 53d7c09
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 @@ -11,7 +11,7 @@ import (
)

const (
goCbVersionStr = "v2.8.0"
goCbVersionStr = "v2.8.1"

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.4.1-0.20240411152039-39fbb83209cf
github.com/couchbase/gocbcore/v10 v10.4.1
github.com/couchbase/gocbcoreps v0.1.2
github.com/couchbase/goprotostellar v1.0.2
github.com/couchbaselabs/gocaves/client v0.0.0-20230404095311-05e3ba4f0259
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZx
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/couchbase/gocbcore/v10 v10.4.1-0.20240411152039-39fbb83209cf h1:N+DMbQEDGsM04uBx82jkjyGbcVDJU+N1JAd7uuZ+6gs=
github.com/couchbase/gocbcore/v10 v10.4.1-0.20240411152039-39fbb83209cf/go.mod h1:rulbgUK70EuyRUiLQ0LhQAfSI/Rl+jWws8tTbHzvB6M=
github.com/couchbase/gocbcore/v10 v10.4.1 h1:2vZjYRTbSCp1HEcL3iFQv+r4HwiI13VhdnbTku+E/+M=
github.com/couchbase/gocbcore/v10 v10.4.1/go.mod h1:rulbgUK70EuyRUiLQ0LhQAfSI/Rl+jWws8tTbHzvB6M=
github.com/couchbase/gocbcoreps v0.1.2 h1:wlGyyMnkWpCNOlTtfy8UG+8XZsFtqTJtPXz63+QKC58=
github.com/couchbase/gocbcoreps v0.1.2/go.mod h1:33hSdOKnrUVaBqw4+RiqW+2JoD8ylkbvqm89Wg81uXk=
github.com/couchbase/goprotostellar v1.0.2 h1:yoPbAL9sCtcyZ5e/DcU5PRMOEFaJrF9awXYu3VPfGls=
Expand Down

0 comments on commit 53d7c09

Please sign in to comment.