Remove the buggy version of Xray core

This commit is contained in:
mhsanaei
2025-09-10 08:43:10 +02:00
parent 1e2ff650ad
commit 3f0bfa2472

View File

@@ -344,7 +344,7 @@ func (s *ServerService) GetXrayVersions() ([]string, error) {
continue
}
if major > 25 || (major == 25 && minor > 8) || (major == 25 && minor == 8 && patch >= 3) {
if major > 25 || (major == 25 && minor > 9) || (major == 25 && minor == 9 && patch >= 10) {
versions = append(versions, release.TagName)
}
}