Skip to content

Commit 27fcd6c

Browse files
[release] 2.9.2 - Fallback to default if proxy failed (#427)
### New Features - Fallback to default if proxy failed ### Improvements - ### Fixes - >Included In This Release >- 960978c Xin Li > - Fallback to statsig cdn with forward proxy (#426)
1 parent 960978c commit 27fcd6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/statsig.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def self.get_client_initialize_response(
410410
def self.get_statsig_metadata
411411
{
412412
'sdkType' => 'ruby-server',
413-
'sdkVersion' => '2.9.1',
413+
'sdkVersion' => '2.9.2',
414414
'languageVersion' => RUBY_VERSION
415415
}
416416
end

statsig.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = 'statsig'
5-
s.version = '2.9.1'
5+
s.version = '2.9.2'
66
s.summary = 'Statsig server SDK for Ruby'
77
s.description = 'Statsig server SDK for feature gates and experimentation in Ruby'
88
s.authors = ['Statsig, Inc']

0 commit comments

Comments
 (0)