From 4e446adefc75b3784733b234ba9ae7a1fa4d8f21 Mon Sep 17 00:00:00 2001 From: Gregory Brzezinski Date: Wed, 2 Nov 2022 22:57:15 +0300 Subject: [PATCH] new version system --- updateUtils/updateTypes.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/updateUtils/updateTypes.go b/updateUtils/updateTypes.go index e7b701c..8d4674f 100644 --- a/updateUtils/updateTypes.go +++ b/updateUtils/updateTypes.go @@ -1,6 +1,7 @@ package updateutils type LastVersion struct { //Rename to Version - Major int - Minor int + Epic int + Sprint int + Build int }