Skip to content

Commit

Permalink
[gopls-release-branch.0.6] internal/lsp: update version to v0.6.9
Browse files Browse the repository at this point in the history
Change-Id: Ib2ad23b1edef5c7411fba2c3bdd1065966ee57f1
Reviewed-on: https://go-review.googlesource.com/c/tools/+/303212
Trust: Rebecca Stambler <rstambler@golang.org>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
  • Loading branch information
stamblerre committed Mar 19, 2021
1 parent 0f0346e commit bda8f5c
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.8"
const Version = "v0.6.9"

// 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 bda8f5c

Please sign in to comment.