Skip to content

Commit c7b65d8

Browse files
findleyrgopherbot
authored andcommitted
gopls: update debug version for v0.10.1
Change-Id: I7cc839208dbff209e250bbf00add1df2c7f55a9d Reviewed-on: https://go-review.googlesource.com/c/tools/+/446855 Run-TryBot: Robert Findley <[email protected]> gopls-CI: kokoro <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Robert Findley <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
1 parent eb29f48 commit c7b65d8

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
@@ -29,7 +29,7 @@ const (
2929
)
3030

3131
// Version is a manually-updated mechanism for tracking versions.
32-
const Version = "v0.10.0"
32+
const Version = "v0.10.1"
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)