Skip to content

Commit 7346b1d

Browse files
author
Dylan Le
committed
internal/lsp/debug: update hard-coded version for v0.9.0-pre.1
Note while we normally set the version to the final version (v0.9.0), we are anticipating multiple prereleases and so include the prerelease label to help differentiate them. For golang/go#53412 Change-Id: I4e01c80ca2edbd18125c8c64d6a697c08cfcf62c Reviewed-on: https://go-review.googlesource.com/c/tools/+/412816 gopls-CI: kokoro <[email protected]> Run-TryBot: Dylan Le <[email protected]> Reviewed-by: Nooras Saba‎ <[email protected]>
1 parent ae9efa5 commit 7346b1d

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
@@ -29,7 +29,7 @@ const (
2929
)
3030

3131
// Version is a manually-updated mechanism for tracking versions.
32-
const Version = "master"
32+
const Version = "v0.9.0-pre.1"
3333

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

0 commit comments

Comments
 (0)