This commit is contained in:
cyber-dream 2022-11-02 12:53:22 +03:00
parent 75e96b9851
commit 39232f8664

View File

@ -1,6 +1,6 @@
package updateutils package updateutils
type LastVersion struct { type LastVersion struct { //Rename to Version
Major int Major int
Minor int Minor int
} }