mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 13:32:24 +00:00
Xray core buggy version removed
This commit is contained in:
parent
e0e9e2681a
commit
4def70a006
1 changed files with 1 additions and 2 deletions
|
@ -285,8 +285,7 @@ func (s *ServerService) GetXrayVersions() ([]string, error) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
if (major == 1 && minor == 8 && patch == 24) ||
|
if (major >= 25 && minor >= 2 && patch >= 18) || (major >= 26) {
|
||||||
(major >= 25) {
|
|
||||||
versions = append(versions, release.TagName)
|
versions = append(versions, release.TagName)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue