diff --git a/VERSION b/VERSION index bcaffe1..8adc70f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0 \ No newline at end of file +0.8.0 \ No newline at end of file diff --git a/src/DebuggerClient.php b/src/DebuggerClient.php index d99c452..6e9c141 100644 --- a/src/DebuggerClient.php +++ b/src/DebuggerClient.php @@ -38,7 +38,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '0.7.0'; + const VERSION = '0.8.0'; const DEFAULT_AGENT_VERSION = 'google.com/gcp-php/v0.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';