internal/lsp/debug: update hard-coded version for v0.8.2

Updates golang/go#52015

Change-Id: Id05def8e3788602358c23465196d546b3b3e88a5
Reviewed-on: https://go-review.googlesource.com/c/tools/+/396474
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Jamal Carvalho <jamal@golang.org>
diff --git a/internal/lsp/debug/info.go b/internal/lsp/debug/info.go
index ade0258..467ff3d 100644
--- a/internal/lsp/debug/info.go
+++ b/internal/lsp/debug/info.go
@@ -29,7 +29,7 @@
 )
 
 // Version is a manually-updated mechanism for tracking versions.
-const Version = "v0.8.1"
+const Version = "v0.8.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.