소스 검색

Xray core: old version removed

mhsanaei 2 달 전
부모
커밋
30264043f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/service/server.go

+ 1 - 1
web/service/server.go

@@ -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)
 		}
 	}