Skip to content

Commit

Permalink
gopls: update version for v0.6.8
Browse files Browse the repository at this point in the history
Change-Id: Ie6f860e7c3c4f59b45d6b4931139d040de2facc6
Reviewed-on: https://go-review.googlesource.com/c/tools/+/302709
Trust: Rebecca Stambler <[email protected]>
Run-TryBot: Rebecca Stambler <[email protected]>
Reviewed-by: Robert Findley <[email protected]>
gopls-CI: kokoro <[email protected]>
TryBot-Result: Go Bot <[email protected]>
  • Loading branch information
stamblerre committed Mar 17, 2021
1 parent cef11a9 commit 4599a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/lsp/debug/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
)

// Version is a manually-updated mechanism for tracking versions.
const Version = "v0.6.7"
const Version = "v0.6.8"

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

0 comments on commit 4599a76

Please sign in to comment.