Skip to content

Commit

Permalink
increment Google_Client::LIBVER to 2.2.1 (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Nov 3, 2017
1 parent f3a84d1 commit b69b8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Google/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*/
class Google_Client
{
const LIBVER = "2.2.0";
const LIBVER = "2.2.1";
const USER_AGENT_SUFFIX = "google-api-php-client/";
const OAUTH2_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke';
const OAUTH2_TOKEN_URI = 'https://www.googleapis.com/oauth2/v4/token';
Expand Down

0 comments on commit b69b8ac

Please sign in to comment.