File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public function __construct(HetznerAPIClient $client)
1818 'headers ' => [
1919 'Authorization ' => 'Bearer ' . $ client ->getApiToken (),
2020 'Content-Type ' => 'application/json ' ,
21- 'User-Agent ' => (strlen ($ client ->getUserAgent () > 0 ) ? ' ' . $ client ->getUserAgent () : '' ) . 'hcloud-php/ ' . HetznerAPIClient::VERSION
21+ 'User-Agent ' => (strlen ($ client ->getUserAgent () > 0 ) ? $ client ->getUserAgent () . ' ' : '' ) . 'hcloud-php/ ' . HetznerAPIClient::VERSION
2222 ],
2323 ]);
2424 }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class HetznerAPIClient
2323 /**
2424 * Version of the API Client
2525 */
26- const VERSION = "1.5.3 " ;
26+ const VERSION = "1.5.4 " ;
2727
2828 /**
2929 * @var string
You can’t perform that action at this time.
0 commit comments