From 87fc79fc8bc2d42b518e61ce30655796272970ab Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 20:14:01 -0700 Subject: [PATCH] chore(main): release 0.247.0 (#7345) --- VERSION | 2 +- src/LoggingClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 7f3c3af..d1eaa3b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.30.1 +1.30.2 diff --git a/src/LoggingClient.php b/src/LoggingClient.php index c1ab921..4f3f565 100644 --- a/src/LoggingClient.php +++ b/src/LoggingClient.php @@ -70,7 +70,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.30.1'; + const VERSION = '1.30.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read';