We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df52a0 commit 5328dc1Copy full SHA for 5328dc1
2 files changed
lib/splitclient-rb/split_config.rb
@@ -329,7 +329,7 @@ def self.default_streaming_service_url
329
end
330
331
def self.default_auth_service_url
332
- 'https://auth.split.io/api/auth'
+ 'https://auth.split.io/api/v2/auth'
333
334
335
def self.default_auth_retry_back_off_base
lib/splitclient-rb/version.rb
@@ -1,3 +1,3 @@
1
module SplitIoClient
2
- VERSION = '7.3.3.pre.rc7'
+ VERSION = '7.3.3.pre.rc8'
3
0 commit comments