Skip to content

Commit 4599a76

Browse files
committed
gopls: update version for v0.6.8
Change-Id: Ie6f860e7c3c4f59b45d6b4931139d040de2facc6 Reviewed-on: https://go-review.googlesource.com/c/tools/+/302709 Trust: Rebecca Stambler <[email protected]> Run-TryBot: Rebecca Stambler <[email protected]> Reviewed-by: Robert Findley <[email protected]> gopls-CI: kokoro <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent cef11a9 commit 4599a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/lsp/debug/info.go

+1-1
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.6.7"
29+
const Version = "v0.6.8"
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)