Skip to content

Commit 3f9b119

Browse files
committed
internal/lsp/debug: update hard-coded version for v0.9.4
For golang/go#54421 Change-Id: I051fd292f9697ad727b62e5b1f425a886d91f045 Reviewed-on: https://go-review.googlesource.com/c/tools/+/422904 Run-TryBot: Robert Findley <[email protected]> gopls-CI: kokoro <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent bf677ca commit 3f9b119

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.3"
32+
const Version = "v0.9.4"
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)