Skip to content

Commit f3fadd5

Browse files
authored
update LIBVER constant (googleapis#1243)
1 parent 8d2d75f commit f3fadd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Google/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*/
4040
class Google_Client
4141
{
42-
const LIBVER = "2.1.2";
42+
const LIBVER = "2.2.0";
4343
const USER_AGENT_SUFFIX = "google-api-php-client/";
4444
const OAUTH2_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke';
4545
const OAUTH2_TOKEN_URI = 'https://www.googleapis.com/oauth2/v4/token';

0 commit comments

Comments
 (0)