From 762394613bba8d229d6d73e0ce2051ee3055506c Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Mon, 17 Mar 2025 15:16:45 -0700 Subject: [PATCH] Release 3.5.6 --- README.md | 2 +- lib/couchbase/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a998584b..a3095956 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The library has been tested with MRI 3.1, 3.2 and 3.3. Supported platforms are L Add this line to your application's Gemfile: ```ruby -gem "couchbase", "3.5.5" +gem "couchbase", "3.5.6" ``` And then execute: diff --git a/lib/couchbase/version.rb b/lib/couchbase/version.rb index 0cb8a262..f963e308 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.5") + VERSION.update(:sdk => "3.5.6") end