Xray core buggy version removed

v1.8.24 and
major >=25.1.1
This commit is contained in:
mhsanaei 2025-01-01 18:36:46 +01:00
parent d35bc14461
commit 2ab8de711c

View file

@ -286,8 +286,7 @@ func (s *ServerService) GetXrayVersions() ([]string, error) {
}
if (major == 1 && minor == 8 && patch == 24) ||
(major == 24 && ((minor > 11) || (minor == 11 && patch >= 30))) ||
(major > 24) {
(major >= 25) {
versions = append(versions, release.TagName)
}
}