From 39232f866468ab89ec63ffb72a1d77b8a6677000 Mon Sep 17 00:00:00 2001 From: cyber-dream Date: Wed, 2 Nov 2022 12:53:22 +0300 Subject: [PATCH] add TODO --- updateUtils/updateTypes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updateUtils/updateTypes.go b/updateUtils/updateTypes.go index ce66623..e7b701c 100644 --- a/updateUtils/updateTypes.go +++ b/updateUtils/updateTypes.go @@ -1,6 +1,6 @@ package updateutils -type LastVersion struct { +type LastVersion struct { //Rename to Version Major int Minor int }