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 593c098 commit 064f3ecCopy full SHA for 064f3ec
lib/Bitbucket/API/Http/Client.php
@@ -33,7 +33,7 @@ class Client 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.4.1 (https://bitbucket.org/gentlero/bitbucket-api)',
+ 'user_agent' => 'bitbucket-api-php/0.5.0 (https://bitbucket.org/gentlero/bitbucket-api)',
37
'timeout' => 10,
38
'verify_peer' => false
39
);
0 commit comments