From dd9eba68ec090e9df7c8a45dd36604095a890e67 Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Thu, 19 Jul 2018 10:51:07 -0700 Subject: [PATCH] Prepare v0.72.0 (#1181) --- VERSION | 2 +- src/DebuggerClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index aac2dac..e96a871 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.12.1 \ No newline at end of file +0.12.2 \ No newline at end of file diff --git a/src/DebuggerClient.php b/src/DebuggerClient.php index 37fe09e..9912843 100644 --- a/src/DebuggerClient.php +++ b/src/DebuggerClient.php @@ -39,7 +39,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '0.12.1'; + const VERSION = '0.12.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly';