Skip to content

Commit cb937b2

Browse files
committed
gopls: update hard-coded version for v0.10.0
For golang/go#56211 Change-Id: I58615238bf2500c57f7176e1b84f79de2f8db834 Reviewed-on: https://go-review.googlesource.com/c/tools/+/442779 Reviewed-by: Nooras Saba‎ <saba@golang.org> Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com>
1 parent 3e676e6 commit cb937b2

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