Skip to content

Commit 34c6799

Browse files
committed
internal/lsp: update version string in preparation for gopls/0.3.1-pre1
Change-Id: Ie6429d0db66c22742d1d0f87a5b7bfc887b51d54 Reviewed-on: https://go-review.googlesource.com/c/tools/+/217717 Reviewed-by: Robert Findley <[email protected]>
1 parent 4cc26a0 commit 34c6799

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
@@ -21,7 +21,7 @@ const (
2121
)
2222

2323
// Version is a manually-updated mechanism for tracking versions.
24-
var Version = "v0.3.0"
24+
var Version = "v0.3.1"
2525

2626
// PrintServerInfo writes HTML debug info to w for the Instance s.
2727
func PrintServerInfo(w io.Writer, s Instance) {

0 commit comments

Comments
 (0)