We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537f0fb commit 4bfd3edCopy full SHA for 4bfd3ed
src/Google/Client.php
@@ -38,7 +38,7 @@
38
*/
39
class Google_Client
40
{
41
- const LIBVER = "2.2.2";
+ const LIBVER = "2.2.3";
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