Skip to content

Commit 40e9a68

Browse files
authored
Prepare for next release v1.0.53 (#185)
1 parent 1ad438f commit 40e9a68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.52';
59+
$headers[] = 'x-client-version: craftgate-php-client:1.0.53';
6060
$headers[] = 'x-signature: ' . Signature::generate(
6161
$this->options, $this->trimPath($path), $randomString, $request
6262
);

0 commit comments

Comments
 (0)