diff --git a/DebuggerClient.php b/DebuggerClient.php index d7357f7..44f87e8 100644 --- a/DebuggerClient.php +++ b/DebuggerClient.php @@ -37,7 +37,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '0.4.0'; + const VERSION = '0.5.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 60a2d3e..79a2734 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.5.0 \ No newline at end of file