Skip to content

Commit

Permalink
update LIBVER constant (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jul 10, 2017
1 parent 8d2d75f commit f3fadd5
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.1.2";
const LIBVER = "2.2.0";
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 f3fadd5

Please sign in to comment.