diff --git a/VERSION b/VERSION index aac2dac..e96a871 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.12.1 \ No newline at end of file +0.12.2 \ No newline at end of file diff --git a/src/DebuggerClient.php b/src/DebuggerClient.php index 37fe09e..9912843 100644 --- a/src/DebuggerClient.php +++ b/src/DebuggerClient.php @@ -39,7 +39,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '0.12.1'; + const VERSION = '0.12.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly';