Skip to content

Commit 67ab769

Browse files
committed
internal/lsp/debug: update hard-coded version for v0.9.0
We typically set the hard-coded version to the release version, even for prereleases (else we can't tag a final release that is the same ref as the prerelease). For golang/go#53412 Change-Id: I57323d6a082e8fc410e4d0c8e8af7c61d13e65d9 Reviewed-on: https://go-review.googlesource.com/c/tools/+/414497 Reviewed-by: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Alan Donovan <[email protected]> gopls-CI: kokoro <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Robert Findley <[email protected]>
1 parent ad41b8f commit 67ab769

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 = "v0.9.0-pre.1"
32+
const Version = "v0.9.0"
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)