diff --git a/VERSION b/VERSION index 6bae540..3492b09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.31.1 +1.31.2 diff --git a/src/LoggingClient.php b/src/LoggingClient.php index 779eb83..13eb4fd 100644 --- a/src/LoggingClient.php +++ b/src/LoggingClient.php @@ -70,7 +70,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.31.1'; + const VERSION = '1.31.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read';