Skip to content

Commit 4e0fd83

Browse files
authored
increment libver to 2.2.2 (#1462)
1 parent 1d23310 commit 4e0fd83

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
@@ -38,7 +38,7 @@
3838
*/
3939
class Google_Client
4040
{
41-
const LIBVER = "2.2.1";
41+
const LIBVER = "2.2.2";
4242
const USER_AGENT_SUFFIX = "google-api-php-client/";
4343
const OAUTH2_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke';
4444
const OAUTH2_TOKEN_URI = 'https://www.googleapis.com/oauth2/v4/token';

0 commit comments

Comments
 (0)