From 48ec94577b51bde415270116118b07a294e07c43 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Thu, 23 Jul 2020 14:37:43 -0700 Subject: [PATCH] chore: increment LIBVER constant (#1892) --- src/Google/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Google/Client.php b/src/Google/Client.php index 763e474e4..b687805e1 100644 --- a/src/Google/Client.php +++ b/src/Google/Client.php @@ -38,7 +38,7 @@ */ class Google_Client { - const LIBVER = "2.5.0"; + const LIBVER = "2.7.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';