Skip to content

Commit 6862ede

Browse files
committed
[gopls-release-branch.0.3] internal/lsp/debug: update hardcoded version
For gopls/v0.3.3. Change-Id: I4ab96effaf94bfd2e51abc37b664dbe1c09f2b77 Reviewed-on: https://go-review.googlesource.com/c/tools/+/221385 Reviewed-by: Heschi Kreinick <[email protected]>
1 parent 4b7aca5 commit 6862ede

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.2"
24+
var Version = "v0.3.3"
2525

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

0 commit comments

Comments
 (0)