mirror of
https://github.com/Readarr/Readarr
synced 2025-12-20 15:23:55 +01:00
Bump version to 0.3.11
This commit is contained in:
parent
bb49949853
commit
2bb576a94b
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.3.10'
|
||||
majorVersion: '0.3.11'
|
||||
minorVersion: $[counter('minorVersion', 1)]
|
||||
readarrVersion: '$(majorVersion).$(minorVersion)'
|
||||
buildName: '$(Build.SourceBranchName).$(readarrVersion)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue