From c68d5486aae1671b850682af17def40d84a2c634 Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Thu, 31 May 2018 13:51:58 -0400 Subject: [PATCH] Prepare v0.67.0 (#1077) --- VERSION | 2 +- src/DebuggerClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 899f24f..2774f85 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 \ No newline at end of file +0.10.0 \ No newline at end of file diff --git a/src/DebuggerClient.php b/src/DebuggerClient.php index e884e1b..e0e50b4 100644 --- a/src/DebuggerClient.php +++ b/src/DebuggerClient.php @@ -39,7 +39,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '0.9.0'; + const VERSION = '0.10.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly';