Skip to content

Commit 82f5dc7

Browse files
Fixed User-Agent version
1 parent 5730a31 commit 82f5dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function __construct(Builder $httpClientBuilder = null)
8585

8686
$builder->addPlugin(new HeaderDefaultsPlugin([
8787
'Accept' => 'application/json',
88-
'User-Agent' => 'bitbucket-api-client/1.1',
88+
'User-Agent' => 'bitbucket-api-client/2.1',
8989
]));
9090

9191
$this->setUrl('https://api.bitbucket.org');

0 commit comments

Comments
 (0)