Skip to content

Commit

Permalink
Prepare for next release v1.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustafa Özcan committed Sep 6, 2024
1 parent 23410d8 commit dd5d6ca
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.44';
$headers[] = 'x-client-version: craftgate-php-client:1.0.45';
$headers[] = 'x-signature: ' . Signature::generate(
$this->options, $path, $randomString, $request
);
Expand Down

0 comments on commit dd5d6ca

Please sign in to comment.