diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c057294dd..061f84946 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -159,7 +159,7 @@ jobs: # mtg-multi (MTProto sidecar) ships prebuilt release binaries whose # platform labels match our matrix, so download and unpack the matching # archive. Only the platforms the fork publishes are packaged. - MTG_MULTI_VER="v1.13.3" + MTG_MULTI_VER="v1.14.0" case "${{ matrix.platform }}" in amd64|arm64|armv7|armv6|386) MTG_PKG="mtg-multi-${MTG_MULTI_VER#v}-linux-${{ matrix.platform }}" @@ -285,7 +285,7 @@ jobs: # mtg-multi (MTProto sidecar) publishes a prebuilt Windows binary, so # download and unpack it instead of compiling. - $MTG_MULTI_VER = "v1.13.3" + $MTG_MULTI_VER = "v1.14.0" $MTG_PKG = "mtg-multi-$($MTG_MULTI_VER.TrimStart('v'))-windows-amd64" curl.exe -sfLRO "https://github.com/mhsanaei/mtg-multi/releases/download/$MTG_MULTI_VER/$MTG_PKG.zip" Expand-Archive -Path "$MTG_PKG.zip" -DestinationPath "mtg-tmp" -Force diff --git a/DockerInit.sh b/DockerInit.sh index 762f9facf..b41dcccdc 100755 --- a/DockerInit.sh +++ b/DockerInit.sh @@ -25,7 +25,7 @@ case $1 in FNAME="amd64" ;; esac -MTG_MULTI_VER="v1.13.3" +MTG_MULTI_VER="v1.14.0" mkdir -p build/bin cd build/bin curl -sfLRO "https://github.com/XTLS/Xray-core/releases/download/v26.6.27/Xray-linux-${ARCH}.zip"