Skip to content

Commit 5950e4c

Browse files
Merge pull request #240 from statsig-io/releases/v1.27.0
[release] v1.27.0 - Manual sync API
2 parents f0a3ce8 + fce4d9c commit 5950e4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/statsig.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def self.get_client_initialize_response(user, hash: 'sha256', client_sdk_key: ni
239239
def self.get_statsig_metadata
240240
{
241241
'sdkType' => 'ruby-server',
242-
'sdkVersion' => '1.26.0',
242+
'sdkVersion' => '1.27.0',
243243
}
244244
end
245245

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 = '1.26.0'
5+
s.version = '1.27.0'
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)