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 8d2d75f commit f3fadd5Copy full SHA for f3fadd5
src/Google/Client.php
@@ -39,7 +39,7 @@
39
*/
40
class Google_Client
41
{
42
- const LIBVER = "2.1.2";
+ const LIBVER = "2.2.0";
43
const USER_AGENT_SUFFIX = "google-api-php-client/";
44
const OAUTH2_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke';
45
const OAUTH2_TOKEN_URI = 'https://www.googleapis.com/oauth2/v4/token';
0 commit comments