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 5730a31 commit 82f5dc7Copy full SHA for 82f5dc7
src/Client.php
@@ -85,7 +85,7 @@ public function __construct(Builder $httpClientBuilder = null)
85
86
$builder->addPlugin(new HeaderDefaultsPlugin([
87
'Accept' => 'application/json',
88
- 'User-Agent' => 'bitbucket-api-client/1.1',
+ 'User-Agent' => 'bitbucket-api-client/2.1',
89
]));
90
91
$this->setUrl('https://api.bitbucket.org');
0 commit comments