diff --git a/.github/workflows/Patch Mikrotik RouterOS 7.x arm.yml b/.github/workflows/Patch Mikrotik RouterOS 7.x arm.yml index c98cabc..8d3f9a1 100644 --- a/.github/workflows/Patch Mikrotik RouterOS 7.x arm.yml +++ b/.github/workflows/Patch Mikrotik RouterOS 7.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=7.16 + LATEST_VERSION=7.16.1 else LATEST_VERSION=${{ inputs.version }} fi