From a02e73c6abbf46d3f31d0256a914a0dd88db6c6f Mon Sep 17 00:00:00 2001 From: David Supplee Date: Fri, 12 Jan 2018 14:19:47 -0500 Subject: [PATCH] Prepare v0.51.0 (#847) --- DebuggerClient.php | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DebuggerClient.php b/DebuggerClient.php index 57dac4c..6caa122 100644 --- a/DebuggerClient.php +++ b/DebuggerClient.php @@ -37,7 +37,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '0.1.0'; + const VERSION = '0.2.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 6c6aa7c..341cf11 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.2.0 \ No newline at end of file