We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089f6af commit 84c14d1Copy full SHA for 84c14d1
.github/workflows/release.yaml
@@ -6,11 +6,11 @@ on:
6
permissions: {}
7
8
env:
9
- QBT_VERSION: "5.1.2"
+ QBT_VERSION: "5.1.3"
10
11
# This is a positive integer number that allows to differentiate between consecutive builds of the same qBittorrent version.
12
# When `QBT_VERSION` is incremented, this value must reset to 1.
13
- TAG_RELEASE_NUMBER: 2
+ TAG_RELEASE_NUMBER: 1
14
15
jobs:
16
build:
0 commit comments