We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0b0a2 commit c78eb1cCopy full SHA for c78eb1c
lib/statsig.rb
@@ -136,7 +136,7 @@ def self.get_client_initialize_response(user)
136
def self.get_statsig_metadata
137
{
138
'sdkType' => 'ruby-server',
139
- 'sdkVersion' => '1.17.1',
+ 'sdkVersion' => '1.18.0',
140
}
141
end
142
statsig.gemspec
@@ -1,6 +1,6 @@
1
Gem::Specification.new do |s|
2
s.name = 'statsig'
3
- s.version = '1.17.1'
+ s.version = '1.18.0'
4
s.summary = 'Statsig server SDK for Ruby'
5
s.description = 'Statsig server SDK for feature gates and experimentation in Ruby'
6
s.authors = ['Statsig, Inc']
0 commit comments