From f1226b2cb8b4e217cb005cdb761d2a78cfbfaf2c Mon Sep 17 00:00:00 2001 From: qitia Date: Wed, 21 Jun 2023 15:48:05 -0700 Subject: [PATCH] bump version --- src/Auth/ServiceClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth/ServiceClient.php b/src/Auth/ServiceClient.php index fabbb3c6..9ab6d9b9 100644 --- a/src/Auth/ServiceClient.php +++ b/src/Auth/ServiceClient.php @@ -242,7 +242,7 @@ private function RefreshServiceProxy() 'features' => SOAP_SINGLE_ELEMENT_ARRAYS, // Disable keep_alive to avoid 'Process open FD table is full' 'keep_alive' => FALSE, - 'user_agent' => 'BingAdsSDKPHP ' . '13.0.16 ' . PHP_VERSION, + 'user_agent' => 'BingAdsSDKPHP ' . '13.0.16.1 ' . PHP_VERSION, 'cache_wsdl' => 'WSDL_CACHE_NONE', /**