Skip to content

Commit

Permalink
Update meta for 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Jul 25, 2024
1 parent 3a4acad commit 36ad984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The library has been tested with MRI 3.0, 3.1, 3.2 and 3.3. Supported platforms
Add this line to your application's Gemfile:

```ruby
gem "couchbase", "3.5.1"
gem "couchbase", "3.5.2"
```

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.2.snapshot")
VERSION.update(:sdk => "3.5.2")
end

0 comments on commit 36ad984

Please sign in to comment.