We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e6d90 commit cd3c379Copy full SHA for cd3c379
1 file changed
src/Google/Client.php
@@ -38,7 +38,7 @@
38
*/
39
class Google_Client
40
{
41
- const LIBVER = "2.3.0";
+ const LIBVER = "2.4.0";
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