lib/bandwidth/voice_lib/voice/controllers/base_controller.rb in bandwidth-sdk-3.4.0 vs lib/bandwidth/voice_lib/voice/controllers/base_controller.rb in bandwidth-sdk-3.5.0

- old
+ new

@@ -11,10 +11,10 @@ def initialize(config, http_call_back: nil) @config = config @http_call_back = http_call_back @global_headers = { - 'user-agent' => 'ruby-sdk-refs/tags/ruby3.4.0' + 'user-agent' => 'ruby-sdk-refs/tags/ruby3.5.0' } end def validate_parameters(args) args.each do |_name, value|