Skip to content

Commit

Permalink
prepares for next release v1.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
sotuzun committed Dec 13, 2023
1 parent 61f86db commit 06886da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/BaseAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private function prepareHeaders($headers, $path, $request = null)
$headers[] = 'x-api-key: ' . $this->options->getApiKey();
$headers[] = 'x-rnd-key: ' . ($randomString = Guid::generate());
$headers[] = 'x-auth-version: v1';
$headers[] = 'x-client-version: craftgate-php-client:1.0.36';
$headers[] = 'x-client-version: craftgate-php-client:1.0.37';
$headers[] = 'x-signature: ' . Signature::generate(
$this->options, $path, $randomString, $request
);
Expand Down

0 comments on commit 06886da

Please sign in to comment.