Xray core buggy version removed

This commit is contained in:
mhsanaei 2025-02-27 13:39:23 +01:00
parent e0e9e2681a
commit 4def70a006
No known key found for this signature in database
GPG key ID: D875CD086CF668A0

View file

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