From 6ca52cccb32e7c0e5f47cea855e20f737913bf42 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Mon, 29 Sep 2025 08:24:02 -0700 Subject: [PATCH] Release 3.7.0 --- README.md | 2 +- lib/couchbase/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e083a9f..e74e83be 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The library has been tested with MRI 3.1, 3.2, 3.3 and 3.4. Supported platforms Add this line to your application's Gemfile: ```ruby -gem "couchbase", "3.6.0" +gem "couchbase", "3.7.0" ``` And then execute: diff --git a/lib/couchbase/version.rb b/lib/couchbase/version.rb index 256b2289..5b177754 100644 --- a/lib/couchbase/version.rb +++ b/lib/couchbase/version.rb @@ -21,5 +21,5 @@ module Couchbase # $ ruby -rcouchbase -e 'pp Couchbase::VERSION' # {:sdk=>"3.4.0", :ruby_abi=>"3.1.0", :revision=>"416fe68e6029ec8a4c40611cf6e6b30d3b90d20f"} VERSION = {} unless defined?(VERSION) # rubocop:disable Style/MutableConstant - VERSION.update(:sdk => "3.6.0") + VERSION.update(:sdk => "3.7.0") end