Skip to content

Commit cc6b580

Browse files
committed
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 <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Robert Findley <[email protected]>
1 parent 3c11934 commit cc6b580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gopls/internal/lsp/debug/info.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
)
3131

3232
// Version is a manually-updated mechanism for tracking versions.
33-
const Version = "v0.13.1"
33+
const Version = "v0.13.2"
3434

3535
// ServerVersion is the format used by gopls to report its version to the
3636
// client. This format is structured so that the client can parse it easily.

0 commit comments

Comments
 (0)