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 058b9fb commit 3353085Copy full SHA for 3353085
src/Client.php
@@ -52,7 +52,7 @@
52
*/
53
class Client
54
{
55
- const LIBVER = "2.12.6";
+ const LIBVER = "2.18.2";
56
const USER_AGENT_SUFFIX = "google-api-php-client/";
57
const OAUTH2_REVOKE_URI = 'https://oauth2.googleapis.com/revoke';
58
const OAUTH2_TOKEN_URI = 'https://oauth2.googleapis.com/token';
0 commit comments