Skip to content

Commit

Permalink
chore: bump client spec to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Feb 5, 2025
1 parent e8702f9 commit 8b026bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/unleash/spec_version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Unleash
CLIENT_SPECIFICATION_VERSION = "5.1.9".freeze
CLIENT_SPECIFICATION_VERSION = "5.2.0".freeze
end
2 changes: 1 addition & 1 deletion spec/unleash/configuration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
'UNLEASH-INSTANCEID' => config.instance_id,
'UNLEASH-CONNECTION-ID' => fixed_uuid,
'UNLEASH-SDK' => "unleash-client-ruby:#{Unleash::VERSION}",
'Unleash-Client-Spec' => '5.1.9',
'Unleash-Client-Spec' => '5.2.0',
'User-Agent' => "UnleashClientRuby/#{Unleash::VERSION} #{RUBY_ENGINE}/#{RUBY_VERSION} [#{RUBY_PLATFORM}]"
}
)
Expand Down

0 comments on commit 8b026bf

Please sign in to comment.