From 8a59cfac4ce9fe41989ad5a7e013b825232178f6 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 26 Aug 2021 17:41:47 -0700 Subject: [PATCH] chore: release 0.165.0 (#4319) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- VERSION | 2 +- src/DebuggerClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6f96ed0..e21e727 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.6 \ No newline at end of file +1.4.0 \ No newline at end of file diff --git a/src/DebuggerClient.php b/src/DebuggerClient.php index ae02905..5453b6e 100644 --- a/src/DebuggerClient.php +++ b/src/DebuggerClient.php @@ -39,7 +39,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '1.3.6'; + const VERSION = '1.4.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly';