Skip to content

Commit

Permalink
increment libver to 2.2.2 (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Jun 20, 2018
1 parent 1d23310 commit 4e0fd83
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 @@ -38,7 +38,7 @@
*/
class Google_Client
{
const LIBVER = "2.2.1";
const LIBVER = "2.2.2";
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 4e0fd83

Please sign in to comment.