Skip to content

Commit 88637d4

Browse files
committed
gopls/internal/lsp/debug: update debug version for v0.13.0
For golang/go#61583 Change-Id: I814c13a019c5d8ab6d73db29ad5d64930d8c1085 Reviewed-on: https://go-review.googlesource.com/c/tools/+/512956 Run-TryBot: Robert Findley <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 63ea6a3 commit 88637d4

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