mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 07:52:34 +00:00
Bump version to 5.11.0
This commit is contained in:
parent
480bb50b85
commit
b06f1d7c12
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.10.4'
|
||||
majorVersion: '5.11.0'
|
||||
minorVersion: $[counter('minorVersion', 2000)]
|
||||
radarrVersion: '$(majorVersion).$(minorVersion)'
|
||||
buildName: '$(Build.SourceBranchName).$(radarrVersion)'
|
||||
|
|
Loading…
Reference in a new issue