This commit is contained in:
MHSanaei
2026-02-11 18:21:43 +01:00
parent 511adffc5b
commit 84013b0b3f
4 changed files with 35 additions and 35 deletions

View File

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