version/mkversion: override patch version to 1

Commit used for auto-update testing.
This commit is contained in:
Andrew Lytvynov 2023-11-06 11:16:28 -07:00
parent ef6a6e94f1
commit 06a0127273
No known key found for this signature in database

View File

@ -234,6 +234,7 @@ func mkOutput(v verInfo) (VersionInfo, error) {
track = "stable"
}
v.patch = 1
ret := VersionInfo{
Major: v.major,
Minor: v.minor,