diff --git a/VERSION b/VERSION index 08002f8..cfc7307 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.1 +1.28.0 diff --git a/src/LoggingClient.php b/src/LoggingClient.php index 5771993..fbe662c 100644 --- a/src/LoggingClient.php +++ b/src/LoggingClient.php @@ -70,7 +70,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.27.1'; + const VERSION = '1.28.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read';