Xray core: old version removed

This commit is contained in:
mhsanaei 2025-08-03 12:22:06 +02:00
parent c6062eb15c
commit 30264043f8
No known key found for this signature in database
GPG key ID: D875CD086CF668A0

View file

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