We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622d067 commit 3c4caa0Copy full SHA for 3c4caa0
1 file changed
src/Client.php
@@ -69,7 +69,7 @@ class Client
69
*
70
* @var string
71
*/
72
- private const USER_AGENT = 'digitalocean-php-api-client/5.0';
+ private const USER_AGENT = 'digitalocean-php-api-client/5.1';
73
74
private readonly Builder $httpClientBuilder;
75
private readonly History $responseHistory;
0 commit comments