Sfoglia il codice sorgente

Remove the buggy version of Xray core

mhsanaei 2 mesi fa
parent
commit
3f0bfa2472
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      web/service/server.go

+ 1 - 1
web/service/server.go

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