mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 15:57:50 +00:00
core: bump version to 0.19
This commit is contained in:
parent
964574f3a4
commit
307f3c1ab1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
name: $(majorVersion).$(minorVersion).$(patchVersion)
|
||||
variables:
|
||||
majorVersion: 0
|
||||
minorVersion: 18
|
||||
minorVersion: 19
|
||||
patchVersion: $[counter(variables['minorVersion'], 1)] # this will reset when we bump minor
|
||||
jackettVersion: $(majorVersion).$(minorVersion).$(patchVersion)
|
||||
buildConfiguration: Release
|
||||
|
|
Loading…
Reference in a new issue