We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 429512f + 4455220 commit 0dcdafbCopy full SHA for 0dcdafb
lib/statsig.rb
@@ -227,7 +227,7 @@ def self.get_client_initialize_response(user)
227
def self.get_statsig_metadata
228
{
229
'sdkType' => 'ruby-server',
230
- 'sdkVersion' => '1.24.6',
+ 'sdkVersion' => '1.25.1',
231
}
232
end
233
statsig.gemspec
@@ -2,7 +2,7 @@
2
3
Gem::Specification.new do |s|
4
s.name = 'statsig'
5
- s.version = '1.25.0'
+ s.version = '1.25.1'
6
s.summary = 'Statsig server SDK for Ruby'
7
s.description = 'Statsig server SDK for feature gates and experimentation in Ruby'
8
s.authors = ['Statsig, Inc']
0 commit comments