From e26ad1cb4c3a188bac4f7b02602234772e306849 Mon Sep 17 00:00:00 2001 From: David Supplee Date: Tue, 23 Jan 2018 09:54:53 -0500 Subject: [PATCH] Prepare v0.52.0 (#860) * Prepare v0.52.0 * add auth back to core, for non gapic components (thx bshaffer!) * add v0.52.0 --- DebuggerClient.php | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DebuggerClient.php b/DebuggerClient.php index f6ae8e0..51f46b1 100644 --- a/DebuggerClient.php +++ b/DebuggerClient.php @@ -37,7 +37,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '0.2.0'; + const VERSION = '0.3.0'; const DEFAULT_AGENT_VERSION = 'google.com/gcp-php/v0.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/VERSION b/VERSION index 341cf11..9325c3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.3.0 \ No newline at end of file