change type of update version struct

This commit is contained in:
cyber-dream 2022-11-02 02:42:10 +03:00
parent d498c453af
commit 7b9dfe0cee

View File

@ -1,5 +1,6 @@
package updateutils
type LastVersion struct {
Version string
Major int
Minor int
}