From 0e496e5db135f9c148d9d4d9a0b1662bc1c32cc1 Mon Sep 17 00:00:00 2001 From: xfshi Date: Thu, 10 Oct 2024 22:47:48 +0800 Subject: [PATCH] Update Patch Mikrotik RouterOS 6.x arm.yml Signed-off-by: xfshi --- .github/workflows/Patch Mikrotik RouterOS 6.x arm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Patch Mikrotik RouterOS 6.x arm.yml b/.github/workflows/Patch Mikrotik RouterOS 6.x arm.yml index f798004..621b320 100644 --- a/.github/workflows/Patch Mikrotik RouterOS 6.x arm.yml +++ b/.github/workflows/Patch Mikrotik RouterOS 6.x arm.yml @@ -90,7 +90,7 @@ jobs: echo $(uname -a) if [ "${{ inputs.version }}" == "" ]; then # LATEST_VERSION=$(wget -nv -O - ${{ env.LATEST_VERSION_URL }}${{ matrix.channel }} | cut -d ' ' -f1) - LATEST_VERSION=6.49.17 + LATEST_VERSION=6.48.6 else LATEST_VERSION=${{ inputs.version }} fi