Skip to content

Commit

Permalink
internal/lsp/debug: update version number
Browse files Browse the repository at this point in the history
Change-Id: Ib4b2079884fd6e45614ab943cb9ffcf13ab8c728
Reviewed-on: https://go-review.googlesource.com/c/tools/+/245598
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
  • Loading branch information
stamblerre committed Jul 29, 2020
1 parent 8bac6fa commit 64cdafb
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 @@ -23,7 +23,7 @@ const (
)

// Version is a manually-updated mechanism for tracking versions.
var Version = "0.4.3"
var Version = "0.4.4"

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

0 comments on commit 64cdafb

Please sign in to comment.