Skip to content

Commit

Permalink
chore: prepare v2.7.1 (#1927)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Sep 8, 2020
1 parent 6686ee7 commit e748d1d
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.7.0";
const LIBVER = "2.7.1";
const USER_AGENT_SUFFIX = "google-api-php-client/";
const OAUTH2_REVOKE_URI = 'https://oauth2.googleapis.com/revoke';
const OAUTH2_TOKEN_URI = 'https://oauth2.googleapis.com/token';
Expand Down

0 comments on commit e748d1d

Please sign in to comment.