We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad438f commit 40e9a68Copy full SHA for 40e9a68
1 file changed
src/Adapter/BaseAdapter.php
@@ -56,7 +56,7 @@ private function prepareHeaders($headers, $path, $request = null)
56
$headers[] = 'x-api-key: ' . $this->options->getApiKey();
57
$headers[] = 'x-rnd-key: ' . ($randomString = Guid::generate());
58
$headers[] = 'x-auth-version: v1';
59
- $headers[] = 'x-client-version: craftgate-php-client:1.0.52';
+ $headers[] = 'x-client-version: craftgate-php-client:1.0.53';
60
$headers[] = 'x-signature: ' . Signature::generate(
61
$this->options, $this->trimPath($path), $randomString, $request
62
);
0 commit comments