Skip to content

Commit fd77987

Browse files
committed
internal/lsp/debug: update hard-coded version for v0.7.5
For golang/go#50613 Change-Id: I7b641ac5dabd768024dc1f59ebfebf81f9800e17 Reviewed-on: https://go-review.googlesource.com/c/tools/+/378585 Trust: Robert Findley <[email protected]> Run-TryBot: Robert Findley <[email protected]> gopls-CI: kokoro <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 6dfe498 commit fd77987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/lsp/debug/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const (
2626
)
2727

2828
// Version is a manually-updated mechanism for tracking versions.
29-
const Version = "v0.7.4"
29+
const Version = "v0.7.5"
3030

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

0 commit comments

Comments
 (0)