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