diff --git a/VERSION b/VERSION index 82a5f3b..5e57fb8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.28.5 +1.29.0 diff --git a/src/LoggingClient.php b/src/LoggingClient.php index d3099e0..99eae7d 100644 --- a/src/LoggingClient.php +++ b/src/LoggingClient.php @@ -70,7 +70,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.28.5'; + const VERSION = '1.29.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read';