mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-12-17 20:54:40 +03:00
Xray core buggy version removed
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user