Skip to content

Commit 79844c9

Browse files
committed
Prepare for next release v1.0.49
1 parent 666c928 commit 79844c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapter/BaseAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private function prepareHeaders($headers, $path, $request = null)
5656
$headers[] = 'x-api-key: ' . $this->options->getApiKey();
5757
$headers[] = 'x-rnd-key: ' . ($randomString = Guid::generate());
5858
$headers[] = 'x-auth-version: v1';
59-
$headers[] = 'x-client-version: craftgate-php-client:1.0.48';
59+
$headers[] = 'x-client-version: craftgate-php-client:1.0.49';
6060
$headers[] = 'x-signature: ' . Signature::generate(
6161
$this->options, $this->trimPath($path), $randomString, $request
6262
);

0 commit comments

Comments
 (0)