diff --git a/src/Adapter/BaseAdapter.php b/src/Adapter/BaseAdapter.php index e196934..b6aecc6 100644 --- a/src/Adapter/BaseAdapter.php +++ b/src/Adapter/BaseAdapter.php @@ -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 );