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

For golang/go#61926

Change-Id: I84cdfb51421df7ed3a9f96b93b03be4da174e4ea
Reviewed-on: https://go-review.googlesource.com/c/tools/+/518217
Reviewed-by: Peter Weinberger <pjw@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Robert Findley <rfindley@google.com>
diff --git a/gopls/internal/lsp/debug/info.go b/gopls/internal/lsp/debug/info.go
index ca56876..8b004bd 100644
--- a/gopls/internal/lsp/debug/info.go
+++ b/gopls/internal/lsp/debug/info.go
@@ -30,7 +30,7 @@
 )
 
 // Version is a manually-updated mechanism for tracking versions.
-const Version = "v0.13.1"
+const Version = "v0.13.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.