Skip to content

Commit 429e4ee

Browse files
committed
gopls/internal/lsp/debug: update hard-coded version for v0.12.3
For golang/go#60917 Change-Id: I21868a206f35bb06d4b492a1bb97e021d174cb82 Reviewed-on: https://go-review.googlesource.com/c/tools/+/504816 Run-TryBot: Robert Findley <[email protected]> TryBot-Result: Gopher Robot <[email protected]> gopls-CI: kokoro <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
1 parent ce96f56 commit 429e4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gopls/internal/lsp/debug/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
)
3131

3232
// Version is a manually-updated mechanism for tracking versions.
33-
const Version = "v0.12.1"
33+
const Version = "v0.12.3"
3434

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

0 commit comments

Comments
 (0)