Skip to content

Commit 64cdafb

Browse files
committed
internal/lsp/debug: update version number
Change-Id: Ib4b2079884fd6e45614ab943cb9ffcf13ab8c728 Reviewed-on: https://go-review.googlesource.com/c/tools/+/245598 Run-TryBot: Rebecca Stambler <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
1 parent 8bac6fa commit 64cdafb

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
@@ -23,7 +23,7 @@ const (
2323
)
2424

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

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

0 commit comments

Comments
 (0)