Skip to content

Commit 2109753

Browse files
authored
[release] 2.3.1 - Sampling patch for edge case (#370)
### Fixes - patch sampling logic around nested gate falling through to default >Included In This Release >- c516bf1 kat-statsig > - sampling fix (#369)
1 parent c516bf1 commit 2109753

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/statsig.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def self.get_client_initialize_response(
370370
def self.get_statsig_metadata
371371
{
372372
'sdkType' => 'ruby-server',
373-
'sdkVersion' => '2.3.0',
373+
'sdkVersion' => '2.3.1',
374374
'languageVersion' => RUBY_VERSION
375375
}
376376
end

statsig.gemspec

+1-1
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.3.0'
5+
s.version = '2.3.1'
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)