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 f37538e commit 11871e9Copy full SHA for 11871e9
src/Client.php
@@ -49,7 +49,7 @@
49
*/
50
class Client
51
{
52
- const LIBVER = "2.10.0";
+ const LIBVER = "2.10.1";
53
const USER_AGENT_SUFFIX = "google-api-php-client/";
54
const OAUTH2_REVOKE_URI = 'https://oauth2.googleapis.com/revoke';
55
const OAUTH2_TOKEN_URI = 'https://oauth2.googleapis.com/token';
0 commit comments