Skip to content

Commit

Permalink
Merge pull request #14 from configcat/useragent-fix
Browse files Browse the repository at this point in the history
useragent-fix
  • Loading branch information
kp-cat authored Jun 27, 2022
2 parents 0da6b27 + 4ab4529 commit 0b1f0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/configcat/configcatclient.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def initialize(sdk_key,
@_config_fetcher = nil
@_cache_policy = nil
elsif poll_interval_seconds > 0
@_config_fetcher = CacheControlConfigFetcher.new(sdk_key, "p", base_url: base_url,
@_config_fetcher = CacheControlConfigFetcher.new(sdk_key, "a", base_url: base_url,
proxy_address: proxy_address, proxy_port: proxy_port, proxy_user: proxy_user, proxy_pass: proxy_pass,
open_timeout: open_timeout, read_timeout: read_timeout,
data_governance: data_governance)
Expand Down
2 changes: 1 addition & 1 deletion lib/configcat/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ConfigCat
VERSION = "5.0.1"
VERSION = "5.0.2"
end

0 comments on commit 0b1f0be

Please sign in to comment.