Skip to content

Commit

Permalink
internal/lsp/debug: update version for gopls/v0.3.4
Browse files Browse the repository at this point in the history
Change-Id: I090be8942db41e95a09bb49ebf37757b1f91eafb
Reviewed-on: https://go-review.googlesource.com/c/tools/+/223665
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
  • Loading branch information
stamblerre committed Mar 16, 2020
1 parent fb289fb commit fafb6e2
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 @@ -21,7 +21,7 @@ const (
)

// Version is a manually-updated mechanism for tracking versions.
var Version = "v0.3.3"
var Version = "v0.3.4"

// PrintServerInfo writes HTML debug info to w for the Instance.
func (i *Instance) PrintServerInfo(w io.Writer) {
Expand Down

0 comments on commit fafb6e2

Please sign in to comment.