Skip to content

Commit 00f1858

Browse files
authored
Release 3.6.0 (#179)
1 parent ed174f1 commit 00f1858

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The library has been tested with MRI 3.1, 3.2, 3.3 and 3.4. Supported platforms
2323
Add this line to your application's Gemfile:
2424

2525
```ruby
26-
gem "couchbase", "3.5.7"
26+
gem "couchbase", "3.6.0"
2727
```
2828

2929
And then execute:

ext/couchbase

lib/couchbase/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ module Couchbase
2121
# $ ruby -rcouchbase -e 'pp Couchbase::VERSION'
2222
# {:sdk=>"3.4.0", :ruby_abi=>"3.1.0", :revision=>"416fe68e6029ec8a4c40611cf6e6b30d3b90d20f"}
2323
VERSION = {} unless defined?(VERSION) # rubocop:disable Style/MutableConstant
24-
VERSION.update(:sdk => "3.5.7")
24+
VERSION.update(:sdk => "3.6.0")
2525
end

0 commit comments

Comments
 (0)