Skip to content

Commit

Permalink
Release 3.5.3 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Aug 26, 2024
1 parent 621806d commit 4aca72f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/couchbase/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4aca72f

Please sign in to comment.