Skip to content

Commit 7296358

Browse files
committed
internal/lsp/debug: update version for v0.5.0
Change-Id: I45d13d7850c1a610087aabc5c15c2bb4e51a27a0 Reviewed-on: https://go-review.googlesource.com/c/tools/+/253801 Run-TryBot: Rebecca Stambler <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
1 parent 12e1bf5 commit 7296358

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 = "master"
26+
var Version = "v0.5.0"
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)