Skip to content

Commit 22d49bd

Browse files
committed
internal/lsp/debug: update version number for 0.4.3
Change-Id: Iaab932d966f4fa4c4d9184ff2c22d0603a0b97bd Reviewed-on: https://go-review.googlesource.com/c/tools/+/241517 Run-TryBot: Rebecca Stambler <[email protected]> Reviewed-by: Robert Findley <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent 0dca43f commit 22d49bd

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.2"
26+
var Version = "0.4.3"
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)