mirror of
https://github.com/Readarr/Readarr
synced 2026-01-06 15:43:19 +01:00
Bump version to 0.3.29
This commit is contained in:
parent
8ee0df9c65
commit
27a086dfff
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.28'
|
||||
majorVersion: '0.3.29'
|
||||
minorVersion: $[counter('minorVersion', 1)]
|
||||
readarrVersion: '$(majorVersion).$(minorVersion)'
|
||||
buildName: '$(Build.SourceBranchName).$(readarrVersion)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue