Skip to content

Commit 43a3173

Browse files
committed
[gopls-release-branch.0.6] internal/lsp/debug: update gopls version
Change-Id: I1533cd8792a3eb3dbd89aafb6180ec2542949c84 Reviewed-on: https://go-review.googlesource.com/c/tools/+/284582 Trust: Rebecca Stambler <rstambler@golang.org> Run-TryBot: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org>
1 parent f2d1c24 commit 43a3173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/lsp/debug/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const (
2626
)
2727

2828
// Version is a manually-updated mechanism for tracking versions.
29-
const Version = "v0.6.3"
29+
const Version = "v0.6.4"
3030

3131
// ServerVersion is the format used by gopls to report its version to the
3232
// client. This format is structured so that the client can parse it easily.

0 commit comments

Comments
 (0)