We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09028dc commit 2fa15d9Copy full SHA for 2fa15d9
1 file changed
src/Client.php
@@ -49,7 +49,7 @@
49
*/
50
class Client
51
{
52
- const LIBVER = "2.8.3";
+ const LIBVER = "2.9.0";
53
const USER_AGENT_SUFFIX = "google-api-php-client/";
54
const OAUTH2_REVOKE_URI = 'https://oauth2.googleapis.com/revoke';
55
const OAUTH2_TOKEN_URI = 'https://oauth2.googleapis.com/token';
0 commit comments