v1.8.3 (#2990)
This commit is contained in:
parent
4a91946fd9
commit
4009153466
@ -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$",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user