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 1d23310 commit 4e0fd83Copy full SHA for 4e0fd83
src/Google/Client.php
@@ -38,7 +38,7 @@
38
*/
39
class Google_Client
40
{
41
- const LIBVER = "2.2.1";
+ const LIBVER = "2.2.2";
42
const USER_AGENT_SUFFIX = "google-api-php-client/";
43
const OAUTH2_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke';
44
const OAUTH2_TOKEN_URI = 'https://www.googleapis.com/oauth2/v4/token';
0 commit comments