From 1adbc386f7c842f0f7afb167f5fbe9e3ec7b3af6 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 20:27:24 +0000 Subject: [PATCH] chore(main): release 0.233.0 (#6982) --- VERSION | 2 +- src/DebuggerClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index a8fdfda..53adb84 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.1 +1.8.2 diff --git a/src/DebuggerClient.php b/src/DebuggerClient.php index c3be339..179d1c6 100644 --- a/src/DebuggerClient.php +++ b/src/DebuggerClient.php @@ -40,7 +40,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '1.8.1'; + const VERSION = '1.8.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly';