From eb9c3232ecb152da2c3aea4e4f8bb9b0c1fbe2a7 Mon Sep 17 00:00:00 2001 From: chen08209 Date: Wed, 5 Jun 2024 14:29:38 +0800 Subject: [PATCH] Fix core version --- core/hub.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hub.go b/core/hub.go index fe3cc27..913af81 100644 --- a/core/hub.go +++ b/core/hub.go @@ -237,7 +237,7 @@ func asyncTestDelay(s *C.char) { func getVersionInfo() *C.char { versionInfo := map[string]string{ "clashName": constant.Name, - "version": "v1.18.5", + "version": "1.18.5", } data, err := json.Marshal(versionInfo) if err != nil {