Skip to content

Commit 6b7c818

Browse files
committed
internal/lsp/debug: update version manually
Change-Id: Ie193f65bef3d0bd5470599524ee4024d0191d109 Reviewed-on: https://go-review.googlesource.com/c/tools/+/205166 Reviewed-by: Ian Cottrell <[email protected]>
1 parent dc03839 commit 6b7c818

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 = "master"
24+
var Version = "0.2.0"
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)