diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d1fde62..e6b9e49 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,11 +7,11 @@ permissions: packages: write env: - QBT_VERSION: "4.5.2" + QBT_VERSION: "4.5.3" # This is a positive integer number that allows to differentiate between consecutive builds of the same qBittorrent version. # When `QBT_VERSION` is incremented, this value must reset to 1. - TAG_RELEASE_NUMBER: 4 + TAG_RELEASE_NUMBER: 1 jobs: build: