mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-23 21:31:00 +02:00
Bump version to 0.4.11
This commit is contained in:
parent
b371f2d913
commit
470779ead2
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: '0.4.10'
|
||||
majorVersion: '0.4.11'
|
||||
minorVersion: $[counter('minorVersion', 1)]
|
||||
prowlarrVersion: '$(majorVersion).$(minorVersion)'
|
||||
buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue