Skip to content

Commit 22eb98e

Browse files
author
Inmobile Administrator
committed
Updated version number
1 parent 8e00266 commit 22eb98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CurlClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function request(string $method, string $url, ?array $data = null)
4141
curl_setopt($curl, CURLOPT_CUSTOMREQUEST, 'DELETE');
4242
}
4343

44-
$inmobileClientVersion = 'Inmobile PHP Client v4.0.0.103';
44+
$inmobileClientVersion = 'Inmobile PHP Client v4.0.0.106';
4545
curl_setopt($curl, CURLOPT_USERPWD, ':' . $this->apiKey);
4646
curl_setopt($curl, CURLOPT_HTTPHEADER, ['Content-Type:application/json','X-InmobileClientVersion:'.$inmobileClientVersion]);
4747
curl_setopt($curl, CURLOPT_USERAGENT, $inmobileClientVersion);

0 commit comments

Comments
 (0)