Xray Core v25.9.11

This commit is contained in:
mhsanaei
2025-09-10 14:39:07 +02:00
parent 610d29765a
commit dc3b0d218a
5 changed files with 7 additions and 7 deletions

View File

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