From 4aca72f68d9299d9881807537cb09d14ab0f0e88 Mon Sep 17 00:00:00 2001 From: Sergey Avseyev Date: Mon, 26 Aug 2024 20:48:32 +0000 Subject: [PATCH] Release 3.5.3 (#158) --- README.md | 4 ++-- lib/couchbase/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 892b7a10..297efd60 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ Please attach version information to the ticket/post. To obtain this information ## Installation -The library has been tested with MRI 3.0, 3.1, 3.2 and 3.3. Supported platforms are Linux and MacOS. +The library has been tested with MRI 3.1, 3.2 and 3.3. Supported platforms are Linux and MacOS. Add this line to your application's Gemfile: ```ruby -gem "couchbase", "3.5.2" +gem "couchbase", "3.5.3" ``` And then execute: diff --git a/lib/couchbase/version.rb b/lib/couchbase/version.rb index a972a449..4267243f 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.3.snapshot") + VERSION.update(:sdk => "3.5.3") end