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 1fd7645 commit 9ab9cc0Copy full SHA for 9ab9cc0
src/Google/Client.php
@@ -38,7 +38,7 @@
38
*/
39
class Google_Client
40
{
41
- const LIBVER = "2.4.1";
+ const LIBVER = "2.5.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