mirror of
https://github.com/Jackett/Jackett
synced 2024-12-25 01:07:38 +00:00
bah. got to go to 0.16
This commit is contained in:
parent
b3c7f26cf2
commit
c27bcd100d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
name: $(majorVersion).$(minorVersion).$(patchVersion)
|
||||
variables:
|
||||
majorVersion: 0
|
||||
minorVersion: 15
|
||||
minorVersion: 16
|
||||
patchVersion: $[counter(variables['minorVersion'], 1)] #this will reset when we bump minor
|
||||
jackettVersion: $(majorVersion).$(minorVersion).$(patchVersion)
|
||||
buildConfiguration: Release
|
||||
|
|
Loading…
Reference in a new issue