diff --git a/VERSION b/VERSION index ac786b6..15b13fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.28.3 +1.28.4 diff --git a/src/LoggingClient.php b/src/LoggingClient.php index 4b410ba..d142f6c 100644 --- a/src/LoggingClient.php +++ b/src/LoggingClient.php @@ -70,7 +70,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.28.3'; + const VERSION = '1.28.4'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read';