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