From 818c654fa5cb01db8f8e625d43602683448e26b1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 13:50:36 -0700 Subject: [PATCH] chore(main): release 0.219.0 (#6620) --- VERSION | 2 +- src/LoggingClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index cfc7307..450a687 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.28.0 +1.28.1 diff --git a/src/LoggingClient.php b/src/LoggingClient.php index 98860f2..06f567c 100644 --- a/src/LoggingClient.php +++ b/src/LoggingClient.php @@ -70,7 +70,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.28.0'; + const VERSION = '1.28.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read';