Skip to content

Commit

Permalink
Start 3.5.1 development
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Mar 18, 2024
1 parent b0166c6 commit 73a166e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/couchbase/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,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.0".freeze)
VERSION.update(:sdk => "3.5.1.snapshot".freeze)
end

0 comments on commit 73a166e

Please sign in to comment.