internal/lsp/debug: update hard-coded version for v0.9.5 For golang/go#54842 Change-Id: I7382b86d1dce34a57631a6276335fded2f42cf1a Reviewed-on: https://go-review.googlesource.com/c/tools/+/428597 Run-TryBot: Robert Findley <rfindley@google.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> Reviewed-by: Nooras Saba <saba@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
diff --git a/internal/lsp/debug/info.go b/internal/lsp/debug/info.go index 8f90ed8..c902387 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.4" +const Version = "v0.9.5" // 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.