We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f64a58 commit 926438fCopy full SHA for 926438f
src/Client.php
@@ -17,7 +17,7 @@ class Client implements ClientContract
17
{
18
private const CONNECT_TIMEOUT = 60;
19
private const TIMEOUT = 180;
20
- private const VERSION = '1.103.1';
+ private const VERSION = '1.103.2';
21
private const USER_AGENT = 'cyberfusion-cluster-api-client/' . self::VERSION;
22
private GuzzleClient $httpClient;
23
0 commit comments