mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Bump version to 5.3.5
This commit is contained in:
parent
8970b1276f
commit
4a9c0b2240
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.3.4'
|
||||
majorVersion: '5.3.5'
|
||||
minorVersion: $[counter('minorVersion', 2000)]
|
||||
radarrVersion: '$(majorVersion).$(minorVersion)'
|
||||
buildName: '$(Build.SourceBranchName).$(radarrVersion)'
|
||||
|
|
Loading…
Reference in a new issue