Skip to content

Commit

Permalink
internal/lsp/debug: update hard-coded version for v0.9.0-pre.1
Browse files Browse the repository at this point in the history
Note while we normally set the version to the final version (v0.9.0), we
are anticipating multiple prereleases and so include the prerelease
label to help differentiate them.

For golang/go#53412

Change-Id: I4e01c80ca2edbd18125c8c64d6a697c08cfcf62c
Reviewed-on: https://go-review.googlesource.com/c/tools/+/412816
gopls-CI: kokoro <noreply+kokoro@google.com>
Run-TryBot: Dylan Le <dungtuanle@google.com>
Reviewed-by: Nooras Saba‎ <saba@golang.org>
  • Loading branch information
Dylan Le committed Jun 16, 2022
1 parent ae9efa5 commit 7346b1d
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 @@ -29,7 +29,7 @@ const (
)

// Version is a manually-updated mechanism for tracking versions.
const Version = "master"
const Version = "v0.9.0-pre.1"

// ServerVersion is the format used by gopls to report its version to the
// client. This format is structured so that the client can parse it easily.
Expand Down

0 comments on commit 7346b1d

Please sign in to comment.