chore: up minimal xray-core version to v25.6.8

This commit is contained in:
Shishkevich D.
2025-06-16 12:22:56 +07:00
committed by GitHub
parent 13baf77893
commit dff4ad31ff
3 changed files with 3 additions and 3 deletions

View File

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