From 9022862018ed65e411698239b3a67c83b276127e Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:10:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E6=95=88=E5=AE=9A?= =?UTF-8?q?=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uts/uts.go | 1 - 1 file changed, 1 deletion(-) diff --git a/uts/uts.go b/uts/uts.go index 2921a74..11f94df 100644 --- a/uts/uts.go +++ b/uts/uts.go @@ -52,7 +52,6 @@ var ( R []*model.Result Names []string M, TW, HK, JP, KR, NA, SA, EU, AFR, OCEA, SPORT = false, false, false, false, false, false, false, false, false, false, false - Version = "0.0.6" ) func NewBar(count int64) *pb.ProgressBar {