Skip to content

Commit 5328dc1

Browse files
committed
updated auth service url to v2
1 parent 0df52a0 commit 5328dc1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/splitclient-rb/split_config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def self.default_streaming_service_url
329329
end
330330

331331
def self.default_auth_service_url
332-
'https://auth.split.io/api/auth'
332+
'https://auth.split.io/api/v2/auth'
333333
end
334334

335335
def self.default_auth_retry_back_off_base

lib/splitclient-rb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SplitIoClient
2-
VERSION = '7.3.3.pre.rc7'
2+
VERSION = '7.3.3.pre.rc8'
33
end

0 commit comments

Comments
 (0)