From 9b3b7fe52f9222e2c66f25d8750e869521f9c300 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:15:35 -0800 Subject: [PATCH] chore(main): release 0.270.0 (#7900) --- VERSION | 2 +- src/LoggingClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 3492b09..d7f92f5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.31.2 +1.31.3 diff --git a/src/LoggingClient.php b/src/LoggingClient.php index fd09242..39031a4 100644 --- a/src/LoggingClient.php +++ b/src/LoggingClient.php @@ -70,7 +70,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.31.2'; + const VERSION = '1.31.3'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read';