Skip to content

Commit

Permalink
internal/lsp/debug: update hard-coded version for v0.8.3
Browse files Browse the repository at this point in the history
For golang/go#52213

Change-Id: I6fe0608d896bd84a4fd510f009ed961d457472a5
Reviewed-on: https://go-review.googlesource.com/c/tools/+/398815
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
Trust: Suzy Mueller <suzmue@golang.org>
  • Loading branch information
findleyr committed Apr 7, 2022
1 parent 08c7723 commit 91bcfb1
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 = "v0.8.2"
const Version = "v0.8.3"

// 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 91bcfb1

Please sign in to comment.