From eea78a7c3017e283faff442931243002a439f20d Mon Sep 17 00:00:00 2001 From: spiritsoul <97792170+spiritysdx@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:29:06 +0800 Subject: [PATCH] =?UTF-8?q?v0.1.10=20-=20=E6=9B=B4=E6=96=B0=E6=B5=81?= =?UTF-8?q?=E5=AA=92=E4=BD=93=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- goecs.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index a05357b..1074c13 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.23.4 require ( github.com/imroc/req/v3 v3.49.0 github.com/oneclickvirt/CommonMediaTests v0.0.4-20240704024502 - github.com/oneclickvirt/UnlockTests v0.0.24-20250127123509 + github.com/oneclickvirt/UnlockTests v0.0.25-20250131042210 github.com/oneclickvirt/backtrace v0.0.4-20240702140722 github.com/oneclickvirt/basics v0.0.8-20241108124433 github.com/oneclickvirt/cputest v0.0.9-20250103063414 diff --git a/goecs.go b/goecs.go index 0f20261..1f08300 100644 --- a/goecs.go +++ b/goecs.go @@ -39,7 +39,7 @@ import ( ) var ( - ecsVersion = "v0.1.9" + ecsVersion = "v0.1.10" menuMode bool onlyChinaTest bool input, choice string