internal/lsp/debug: update hardcoded version

Change-Id: I55a6e43f5db9cf521c5ea25fe3896aa473ca6c4c
Reviewed-on: https://go-review.googlesource.com/c/tools/+/283395
Trust: Rebecca Stambler <rstambler@golang.org>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
diff --git a/internal/lsp/debug/info.go b/internal/lsp/debug/info.go
index ebcb66b..7da840a 100644
--- a/internal/lsp/debug/info.go
+++ b/internal/lsp/debug/info.go
@@ -26,7 +26,7 @@
 )
 
 // Version is a manually-updated mechanism for tracking versions.
-const Version = "v0.6.2"
+const Version = "v0.6.3"
 
 // ServerVersion is the format used by gopls to report its version to the
 // client. This format is structured so that the client can parse it easily.