Skip to content

Commit 99be0f6

Browse files
committed
[gopls-release-branch.0.6] internal/lsp/debug: update hardcoded version for gopls/v0.6.2
Change-Id: I008b4ddc7dcd752aa5c0093ffc15ced2bf1a1624 Reviewed-on: https://go-review.googlesource.com/c/tools/+/280699 Run-TryBot: Rebecca Stambler <[email protected]> TryBot-Result: Go Bot <[email protected]> Trust: Rebecca Stambler <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
1 parent 1eed487 commit 99be0f6

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-
var Version = "v0.6.0"
29+
var Version = "v0.6.2"
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)