mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
Bump version to 0.21 (#14365)
This commit is contained in:
parent
c56f32695a
commit
a48aa7a6e1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
name: $(majorVersion).$(minorVersion).$(patchVersion)
|
||||
variables:
|
||||
majorVersion: 0
|
||||
minorVersion: 20
|
||||
minorVersion: 21
|
||||
patchVersion: $[counter(variables['minorVersion'], 1)] # this will reset when we bump minor
|
||||
jackettVersion: $(majorVersion).$(minorVersion).$(patchVersion)
|
||||
buildConfiguration: Release
|
||||
|
|
Loading…
Reference in a new issue