Skip to content

Commit 181cd9c

Browse files
author
ianbarber
committed
Update version number in HTTP request
1 parent 2b2ca07 commit 181cd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/Google_HttpRequest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
*/
2626
class Google_HttpRequest {
27-
const USER_AGENT_SUFFIX = "google-api-php-client/0.6.0";
27+
const USER_AGENT_SUFFIX = "google-api-php-client/0.6.3";
2828
private $batchHeaders = array(
2929
'Content-Type' => 'application/http',
3030
'Content-Transfer-Encoding' => 'binary',

0 commit comments

Comments
 (0)