Skip to content

Commit

Permalink
internal/lsp: update version
Browse files Browse the repository at this point in the history
Change-Id: Ic56ff917846589f12c4c214ea1ac19eac45b187e
Reviewed-on: https://go-review.googlesource.com/c/tools/+/184167
Reviewed-by: Ian Cottrell <iancottrell@google.com>
  • Loading branch information
stamblerre committed Jun 28, 2019
1 parent e9dfff8 commit 86796bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/lsp/debug/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 86796bd

Please sign in to comment.