From 1e2ff650ad6646950968c6c9216670d7e822de8c Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Wed, 10 Sep 2025 08:40:08 +0200 Subject: Xray Core v25.9.10 + GO v1.25.1 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c36c5cc..022bdb87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: cd x-ui/bin # Download dependencies - Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v25.9.5/" + Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v25.9.10/" if [ "${{ matrix.platform }}" == "amd64" ]; then wget -q ${Xray_URL}Xray-linux-64.zip unzip Xray-linux-64.zip @@ -183,7 +183,7 @@ jobs: cd x-ui\bin # Download Xray for Windows - $Xray_URL = "https://github.com/XTLS/Xray-core/releases/download/v25.6.8/" + $Xray_URL = "https://github.com/XTLS/Xray-core/releases/download/v25.9.10/" Invoke-WebRequest -Uri "${Xray_URL}Xray-windows-64.zip" -OutFile "Xray-windows-64.zip" Expand-Archive -Path "Xray-windows-64.zip" -DestinationPath . Remove-Item "Xray-windows-64.zip" -- cgit v1.2.3