Skip to content

Commit

Permalink
chore: prepare v2.9.1 (#2031)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie committed Jan 19, 2021
1 parent 7a09507 commit 2fb6e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*/
class Client
{
const LIBVER = "2.9.0";
const LIBVER = "2.9.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 2fb6e70

Please sign in to comment.