From 9df720d72c59456b5466e3f66e1e78cfe422a5ba Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Fri, 18 Sep 2020 14:02:04 -0600 Subject: [PATCH] chore: prepare v2.7.2 (#1946) --- 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 ee70dd48b..2e3d48a79 100644 --- a/src/Google/Client.php +++ b/src/Google/Client.php @@ -38,7 +38,7 @@ */ class Google_Client { - const LIBVER = "2.7.1"; + const LIBVER = "2.7.2"; 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';