internal/lsp: update version
Change-Id: Ic56ff917846589f12c4c214ea1ac19eac45b187e Reviewed-on: https://go-review.googlesource.com/c/tools/+/184167 Reviewed-by: Ian Cottrell <iancottrell@google.com>
This commit is contained in:
parent
e9dfff8d5a
commit
0f33375049
|
@ -20,7 +20,7 @@ const (
|
|||
)
|
||||
|
||||
// Version is a manually-updated mechanism for tracking versions.
|
||||
var Version = "v0.1.0"
|
||||
var Version = "v0.1.1"
|
||||
|
||||
// This writes the version and environment information to a writer.
|
||||
func PrintVersionInfo(w io.Writer, verbose bool, mode PrintMode) {
|
||||
|
|
Loading…
Reference in New Issue