Fix core version

This commit is contained in:
chen08209
2024-06-05 14:12:25 +08:00
parent bb7e44da30
commit 93da242148
2 changed files with 2 additions and 2 deletions

View File

@@ -237,7 +237,7 @@ func asyncTestDelay(s *C.char) {
func getVersionInfo() *C.char {
versionInfo := map[string]string{
"clashName": constant.Name,
"version": constant.Version,
"version": "v1.18.5",
}
data, err := json.Marshal(versionInfo)
if err != nil {

View File

@@ -1,7 +1,7 @@
name: fl_clash
description: A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.
publish_to: 'none'
version: 0.8.9
version: 0.8.10
environment:
sdk: '>=3.1.0 <4.0.0'