Skip to content

Commit

Permalink
Prepare v2.2.5 release
Browse files Browse the repository at this point in the history
Change-Id: I8367155b6b51b1863964e8676371531608a61569
Reviewed-on: http://review.couchbase.org/c/gocb/+/159608
Reviewed-by: Brett Lawson <brett19@gmail.com>
Tested-by: Charles Dixon <chvckd@gmail.com>
  • Loading branch information
chvck committed Aug 18, 2021
1 parent a76452b commit a19257b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion constants.go
Expand Up @@ -8,7 +8,7 @@ import (
)

const (
goCbVersionStr = "v2.2.4"
goCbVersionStr = "v2.2.5"

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

require (
github.com/couchbase/gocbcore/v9 v9.1.6-0.20210812080719-dce69926fdc8
github.com/couchbase/gocbcore/v9 v9.1.6
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.1.1
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
@@ -1,5 +1,5 @@
github.com/couchbase/gocbcore/v9 v9.1.6-0.20210812080719-dce69926fdc8 h1:6Zrf+bk+h962I0BbJTPVDQpBQh3VISxniJVmChitJj0=
github.com/couchbase/gocbcore/v9 v9.1.6-0.20210812080719-dce69926fdc8/go.mod h1:jOSQeBSECyNvD7aS4lfuaw+pD5t6ciTOf8hrDP/4Nus=
github.com/couchbase/gocbcore/v9 v9.1.6 h1:5tCvgy3SPFhcje6Q7KhshXg3DJ9j8eqm2BsOBsj4Ivo=
github.com/couchbase/gocbcore/v9 v9.1.6/go.mod h1:jOSQeBSECyNvD7aS4lfuaw+pD5t6ciTOf8hrDP/4Nus=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit a19257b

Please sign in to comment.