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 73c6d1a commit 2310abbCopy full SHA for 2310abb
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.0 (https://bitbucket.org/gentlero/bitbucket-api)',
+ 'user_agent' => 'bitbucket-api-php/0.8.1 (https://bitbucket.org/gentlero/bitbucket-api)',
37
'timeout' => 10,
38
'verify_peer' => false
39
);
0 commit comments