From d43be462e61cf7271c9315e0955435151a2663f8 Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Mon, 12 Nov 2018 15:42:54 -0800 Subject: [PATCH] Prepare v0.86.0 (#1413) * Prepare v0.86.0 * Update storage version --- VERSION | 2 +- src/DebuggerClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 7092c7c..d183d4a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.0 \ No newline at end of file +0.16.0 \ No newline at end of file diff --git a/src/DebuggerClient.php b/src/DebuggerClient.php index 51a2bb6..a7910dd 100644 --- a/src/DebuggerClient.php +++ b/src/DebuggerClient.php @@ -39,7 +39,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '0.15.0'; + const VERSION = '0.16.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly';