[gopls-release-branch.0.6] internal/lsp/debug: update hardcoded version for gopls/v0.6.2

Change-Id: I008b4ddc7dcd752aa5c0093ffc15ced2bf1a1624
Reviewed-on: https://go-review.googlesource.com/c/tools/+/280699
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
diff --git a/internal/lsp/debug/info.go b/internal/lsp/debug/info.go
index 8cda511..ca85b3d 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.
-var Version = "v0.6.0"
+var Version = "v0.6.2"
 
 // 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.