This commit is contained in:
Derek Parker 2022-04-26 00:33:28 -07:00 committed by GitHub
parent 4a91946fd9
commit 4009153466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ type Version struct {
var ( var (
// DelveVersion is the current version of Delve. // DelveVersion is the current version of Delve.
DelveVersion = Version{ DelveVersion = Version{
Major: "1", Minor: "8", Patch: "2", Metadata: "", Major: "1", Minor: "8", Patch: "3", Metadata: "",
//TODO(aarzilli): before updating this to 1.8.0 re-enable staticcheck test //TODO(aarzilli): before updating this to 1.8.0 re-enable staticcheck test
Build: "$Id$", Build: "$Id$",
} }