internal/lsp/debug: update hard-coded version for v0.9.2 For golang/go#54294 Change-Id: Ic539794a3b98e7272a86d1208cc9361b7aa1af14 Reviewed-on: https://go-review.googlesource.com/c/tools/+/421496 gopls-CI: kokoro <noreply+kokoro@google.com> Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dylan Le <dungtuanle@google.com>
diff --git a/internal/lsp/debug/info.go b/internal/lsp/debug/info.go index 92e2571..dec7d18 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.9.1" +const Version = "v0.9.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.