Skip to content

Commit

Permalink
chore: prepare v2.9.0 (#2029)
Browse files Browse the repository at this point in the history
Co-authored-by: Brent Shaffer <betterbrent@google.com>
  • Loading branch information
jdpedrie and bshaffer committed Jan 19, 2021
1 parent 09028dc commit 2fa15d9
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.8.3";
const LIBVER = "2.9.0";
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 2fa15d9

Please sign in to comment.