Skip to content

Commit d2a3ed2

Browse files
committed
Start 3.5.2 development
1 parent f5aae15 commit d2a3ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/couchbase/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ module Couchbase
1919
# $ ruby -rcouchbase -e 'pp Couchbase::VERSION'
2020
# {:sdk=>"3.4.0", :ruby_abi=>"3.1.0", :revision=>"416fe68e6029ec8a4c40611cf6e6b30d3b90d20f"}
2121
VERSION = {} unless defined?(VERSION) # rubocop:disable Style/MutableConstant
22-
VERSION.update(:sdk => "3.5.1".freeze)
22+
VERSION.update(:sdk => "3.5.2.snapshot".freeze)
2323
end

0 commit comments

Comments
 (0)