mirror of
https://github.com/Radarr/Radarr
synced 2024-12-21 23:42:23 +00:00
Bump version to 5.17.0
This commit is contained in:
parent
99c3c8ce5b
commit
1d21bbf78f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ variables:
|
|||
testsFolder: './_tests'
|
||||
yarnCacheFolder: $(Pipeline.Workspace)/.yarn
|
||||
nugetCacheFolder: $(Pipeline.Workspace)/.nuget/packages
|
||||
majorVersion: '5.16.3'
|
||||
majorVersion: '5.17.0'
|
||||
minorVersion: $[counter('minorVersion', 2000)]
|
||||
radarrVersion: '$(majorVersion).$(minorVersion)'
|
||||
buildName: '$(Build.SourceBranchName).$(radarrVersion)'
|
||||
|
|
Loading…
Reference in a new issue