diff --git a/.github/workflows/Mikrotik RouterOS 7.13.4 arm64.yml b/.github/workflows/Mikrotik RouterOS 7.13.4 arm64.yml index 87bc4db..7067dc2 100644 --- a/.github/workflows/Mikrotik RouterOS 7.13.4 arm64.yml +++ b/.github/workflows/Mikrotik RouterOS 7.13.4 arm64.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.13.4 + LATEST_VERSION=7.13.5 else LATEST_VERSION=${{ inputs.version }} fi