From 5f37576dc4fb6b0c39325ec24f6923e5dc04ae64 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Wed, 14 May 2025 14:15:47 -0700 Subject: [PATCH] Release 3.6.0 --- README.md | 2 +- ext/couchbase | 2 +- lib/couchbase/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58f3187d..0e083a9f 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.5.7" +gem "couchbase", "3.6.0" ``` And then execute: diff --git a/ext/couchbase b/ext/couchbase index adabadee..effbd6e7 160000 --- a/ext/couchbase +++ b/ext/couchbase @@ -1 +1 @@ -Subproject commit adabadee55ba0626c5015bdcdf41bb5f78c46f5a +Subproject commit effbd6e74f92ddeea1dfe5495f95723f7d8bd9f6 diff --git a/lib/couchbase/version.rb b/lib/couchbase/version.rb index 413ffc41..256b2289 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.5.7") + VERSION.update(:sdk => "3.6.0") end