Skip to content

Commit 65b1cc5

Browse files
Bumped user agent
1 parent 5cf3233 commit 65b1cc5

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
@@ -84,7 +84,7 @@ public function __construct(Builder $httpClientBuilder = null)
8484

8585
$builder->addPlugin(new HeaderDefaultsPlugin([
8686
'Accept' => 'application/json',
87-
'User-Agent' => 'bitbucket-api-client/1.0',
87+
'User-Agent' => 'bitbucket-api-client/1.1',
8888
]));
8989

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

0 commit comments

Comments
 (0)