Skip to content

Commit

Permalink
chore: prepare v2.7.2 (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Sep 18, 2020
1 parent f441bcf commit 9df720d
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.1";
const LIBVER = "2.7.2";
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 9df720d

Please sign in to comment.