From cf9a070f9da78cd207a69b2a94832d381c8c4163 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Fri, 23 Oct 2020 13:29:29 -0700 Subject: [PATCH] chore: prepare v2.8.0 (#1972) --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 9871e5ff2..9353c921e 100644 --- a/src/Client.php +++ b/src/Client.php @@ -49,7 +49,7 @@ */ class Client { - const LIBVER = "2.7.2"; + const LIBVER = "2.8.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';