mirror of
https://github.com/alireza0/x-ui.git
synced 2026-08-28 04:15:05 +00:00
limit xray version to minimum v26.7.28
This commit is contained in:
parent
d1cc944792
commit
8efca2d51d
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ func (s *ServerService) GetXrayVersions() ([]string, error) {
|
|||
}
|
||||
var versions []string
|
||||
for _, release := range releases {
|
||||
if release.TagName >= "v26.4.25" {
|
||||
if release.TagName >= "v26.7.28" {
|
||||
versions = append(versions, release.TagName)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue