Skip to content

Commit 75fd75d

Browse files
committed
internal/lsp/debug: update hardcoded version
Change-Id: I55a6e43f5db9cf521c5ea25fe3896aa473ca6c4c Reviewed-on: https://go-review.googlesource.com/c/tools/+/283395 Trust: Rebecca Stambler <[email protected]> Run-TryBot: Rebecca Stambler <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
1 parent feb0022 commit 75fd75d

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