We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5aae15 commit d2a3ed2Copy full SHA for d2a3ed2
lib/couchbase/version.rb
@@ -19,5 +19,5 @@ module Couchbase
19
# $ ruby -rcouchbase -e 'pp Couchbase::VERSION'
20
# {:sdk=>"3.4.0", :ruby_abi=>"3.1.0", :revision=>"416fe68e6029ec8a4c40611cf6e6b30d3b90d20f"}
21
VERSION = {} unless defined?(VERSION) # rubocop:disable Style/MutableConstant
22
- VERSION.update(:sdk => "3.5.1".freeze)
+ VERSION.update(:sdk => "3.5.2.snapshot".freeze)
23
end
0 commit comments