Compare commits

..

1 Commits

Author SHA1 Message Date
chen08209
93da242148 Fix core version
Some checks failed
build / build (macos-13, macos) (push) Has been cancelled
build / build (ubuntu-latest, android) (push) Has been cancelled
build / build (ubuntu-latest, linux) (push) Has been cancelled
build / build (windows-latest, windows) (push) Has been cancelled
build / upload-release (push) Has been cancelled
2024-06-05 14:13:54 +08:00
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'