Skip to content

Commit c46b611

Browse files
committed
[gopls-release-branch.0.5] internal/lsp: update hardcoded version to v0.5.5
Change-Id: If4d96dc542abe1c86c949922e4b724682f229d91 Reviewed-on: https://go-review.googlesource.com/c/tools/+/275440 Run-TryBot: Robert Findley <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Robert Findley <[email protected]> Trust: Rebecca Stambler <[email protected]>
1 parent b7c3414 commit c46b611

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
@@ -22,7 +22,7 @@ const (
2222
)
2323

2424
// Version is a manually-updated mechanism for tracking versions.
25-
var Version = "v0.5.4"
25+
var Version = "v0.5.5"
2626

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

0 commit comments

Comments
 (0)