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 666c928 commit 79844c9Copy full SHA for 79844c9
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.48';
+ $headers[] = 'x-client-version: craftgate-php-client:1.0.49';
60
$headers[] = 'x-signature: ' . Signature::generate(
61
$this->options, $this->trimPath($path), $randomString, $request
62
);
0 commit comments