Skip to content

Commit 91bcfb1

Browse files
committed
internal/lsp/debug: update hard-coded version for v0.8.3
For golang/go#52213 Change-Id: I6fe0608d896bd84a4fd510f009ed961d457472a5 Reviewed-on: https://go-review.googlesource.com/c/tools/+/398815 Trust: Robert Findley <[email protected]> Run-TryBot: Robert Findley <[email protected]> gopls-CI: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]> Trust: Suzy Mueller <[email protected]>
1 parent 08c7723 commit 91bcfb1

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