From bb676731b53d458e9c98838eb33498d3fa4e8344 Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Mon, 5 Nov 2018 18:09:50 -0500 Subject: [PATCH] Prepare v0.85.0 (#1394) * Prepare v0.85.0 * Update bigtable client version constant --- VERSION | 2 +- src/DebuggerClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 1c16bd1..7092c7c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.2 \ No newline at end of file +0.15.0 \ No newline at end of file diff --git a/src/DebuggerClient.php b/src/DebuggerClient.php index bcec212..51a2bb6 100644 --- a/src/DebuggerClient.php +++ b/src/DebuggerClient.php @@ -39,7 +39,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '0.14.2'; + const VERSION = '0.15.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly';