Skip to content

Commit 8f16946

Browse files
committed
internal/lsp/debug: update hardcoded version for 0.2.2
Change-Id: I751ea8b1ed2b97a8d2f4295ca5f1ddb3a1dda8c9 Reviewed-on: https://go-review.googlesource.com/c/tools/+/210204 Run-TryBot: Rebecca Stambler <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
1 parent c90f89f commit 8f16946

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 = "0.2.0"
24+
var Version = "0.2.2"
2525

2626
// This writes the version and environment information to a writer.
2727
func PrintVersionInfo(w io.Writer, verbose bool, mode PrintMode) {

0 commit comments

Comments
 (0)