Skip to content

Commit 50c062a

Browse files
committed
internal/lsp/debug: manually update version for 0.4.1
Change-Id: I9d635b70953710dee7f3300e6f93071adf8183b2 Reviewed-on: https://go-review.googlesource.com/c/tools/+/232748 Run-TryBot: Rebecca Stambler <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
1 parent 6e1b77e commit 50c062a

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