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 2281632 commit 7ed4d06Copy full SHA for 7ed4d06
lib/Bitbucket/API/Http/Client.php
@@ -33,7 +33,7 @@ class Client extends ClientListener implements ClientInterface
33
'api_versions' => array('1.0', '2.0'), // supported versions
34
'format' => 'json',
35
'formats' => array('json', 'xml'), // supported response formats
36
- 'user_agent' => 'bitbucket-api-php/0.8.1 (https://bitbucket.org/gentlero/bitbucket-api)',
+ 'user_agent' => 'bitbucket-api-php/0.8.2 (https://bitbucket.org/gentlero/bitbucket-api)',
37
'timeout' => 10,
38
'verify_peer' => false
39
);
0 commit comments