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>
This commit is contained in:
Robert Findley 2023-08-10 14:41:53 -04:00
Родитель 3c11934677
Коммит cc6b5804b8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -30,7 +30,7 @@ const (
)
// 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.