Skip to content

Commit b8aca9f

Browse files
findleyrgopherbot
authored andcommitted
internal/lsp/debug: update hard-coded version for v0.13.1
For golang/go#61675 Change-Id: Ib71e0894087ed599323eac12fa000b06c0ecf7b0 Reviewed-on: https://go-review.googlesource.com/c/tools/+/514576 Run-TryBot: Robert Findley <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Robert Findley <[email protected]>
1 parent 5ae18ba commit b8aca9f

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