Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-03-11 09:29:52 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-03-11 09:29:52 +0300
commitd3377cd45effb3f95bb5b1023fd4d386d8c2e469 (patch)
tree96632b9c1986e8ce83d9ad293cccdc3b2f0243bd /.github/workflows
parent64a5a9f1bc91297bf46ddda9fc3575e582acd83f (diff)
Upgrade Xray Core to v1.8.9
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 790c3a1a..feed7051 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
cd x-ui/bin
# Download dependencies
- Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v1.8.8/"
+ Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v1.8.9/"
if [ "${{ matrix.platform }}" == "amd64" ]; then
wget ${Xray_URL}Xray-linux-64.zip
unzip Xray-linux-64.zip