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 6686ee7 commit e748d1dCopy full SHA for e748d1d
src/Google/Client.php
@@ -38,7 +38,7 @@
38
*/
39
class Google_Client
40
{
41
- const LIBVER = "2.7.0";
+ const LIBVER = "2.7.1";
42
const USER_AGENT_SUFFIX = "google-api-php-client/";
43
const OAUTH2_REVOKE_URI = 'https://oauth2.googleapis.com/revoke';
44
const OAUTH2_TOKEN_URI = 'https://oauth2.googleapis.com/token';
0 commit comments