From 8b026bf90ac7349cd088eb024c86fa4965353645 Mon Sep 17 00:00:00 2001 From: Simon Hornby Date: Wed, 5 Feb 2025 11:49:08 +0200 Subject: [PATCH] chore: bump client spec to 5.2.0 --- lib/unleash/spec_version.rb | 2 +- spec/unleash/configuration_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/unleash/spec_version.rb b/lib/unleash/spec_version.rb index 76a4bb96..37b46da3 100644 --- a/lib/unleash/spec_version.rb +++ b/lib/unleash/spec_version.rb @@ -1,3 +1,3 @@ module Unleash - CLIENT_SPECIFICATION_VERSION = "5.1.9".freeze + CLIENT_SPECIFICATION_VERSION = "5.2.0".freeze end diff --git a/spec/unleash/configuration_spec.rb b/spec/unleash/configuration_spec.rb index b97d3731..e67ca832 100644 --- a/spec/unleash/configuration_spec.rb +++ b/spec/unleash/configuration_spec.rb @@ -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}]" } )