From 78b56343064bf2a16f03691e612637de23dc6ee3 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 4 Nov 2025 12:01:54 +0000 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=8D=87=E7=BA=A7=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- goecs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goecs.go b/goecs.go index d63d48b5..b9acb07f 100644 --- a/goecs.go +++ b/goecs.go @@ -28,7 +28,7 @@ import ( ) var ( - ecsVersion = "v0.1.98" // 融合怪版本号 + ecsVersion = "v0.1.99" // 融合怪版本号 configs = params.NewConfig(ecsVersion) // 全局配置实例 userSetFlags = make(map[string]bool) // 用于跟踪哪些参数是用户显式设置的 )