new version system

This commit is contained in:
Gregory Brzezinski 2022-11-02 22:57:15 +03:00
parent e5fa39bdad
commit 4e446adefc

View File

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