Skip to content

Commit 41a7dc7

Browse files
committed
internal/lsp/debug: update hard-coded version for v0.12.1
For golang/go#60563 Change-Id: Ia24ed24a72e7fa55a21d793d9419bfc1570b1267 Reviewed-on: https://go-review.googlesource.com/c/tools/+/500057 Run-TryBot: Robert Findley <[email protected]> TryBot-Bypass: Robert Findley <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
1 parent e31f9e9 commit 41a7dc7

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.0"
33+
const Version = "v0.12.1"
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)