mirror of
https://github.com/Jackett/Jackett
synced 2024-12-25 01:07:38 +00:00
restore patch to auto now we are at correct versioning
This commit is contained in:
parent
fac0016a11
commit
b3c7f26cf2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ name: $(majorVersion).$(minorVersion).$(patchVersion)
|
|||
variables:
|
||||
majorVersion: 0
|
||||
minorVersion: 15
|
||||
patchVersion: 40
|
||||
patchVersion: $[counter(variables['minorVersion'], 1)] #this will reset when we bump minor
|
||||
jackettVersion: $(majorVersion).$(minorVersion).$(patchVersion)
|
||||
buildConfiguration: Release
|
||||
netCoreFramework: netcoreapp3.1
|
||||
|
|
Loading…
Reference in a new issue