We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2ca07 commit 181cd9cCopy full SHA for 181cd9c
src/io/Google_HttpRequest.php
@@ -24,7 +24,7 @@
24
*
25
*/
26
class Google_HttpRequest {
27
- const USER_AGENT_SUFFIX = "google-api-php-client/0.6.0";
+ const USER_AGENT_SUFFIX = "google-api-php-client/0.6.3";
28
private $batchHeaders = array(
29
'Content-Type' => 'application/http',
30
'Content-Transfer-Encoding' => 'binary',
0 commit comments