Skip to content

Commit

Permalink
chore: increment client version to 2.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Jun 6, 2022
1 parent 8ec5b5f commit f92aa12
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 @@ -51,7 +51,7 @@
*/
class Client
{
const LIBVER = "2.12.5";
const LIBVER = "2.12.6";
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 f92aa12

Please sign in to comment.