From 9d30188a1f2f1f6a6c6fe7b181c53fc2667b80a8 Mon Sep 17 00:00:00 2001 From: David Supplee Date: Tue, 26 May 2020 14:25:55 -0700 Subject: [PATCH] chore: release 0.133.0 (#3064) --- VERSION | 2 +- src/DebuggerClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 3eefcb9..1cc5f65 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.1.0 \ No newline at end of file diff --git a/src/DebuggerClient.php b/src/DebuggerClient.php index c8ff066..f17897a 100644 --- a/src/DebuggerClient.php +++ b/src/DebuggerClient.php @@ -39,7 +39,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '1.0.0'; + const VERSION = '1.1.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly';