mirror of
https://github.com/Readarr/Readarr
synced 2026-01-30 11:23:00 +01:00
Bump version to 0.3.0
This commit is contained in:
parent
e3fc469cd3
commit
b9f89dddc9
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.2.4'
|
||||
majorVersion: '0.3.0'
|
||||
minorVersion: $[counter('minorVersion', 1)]
|
||||
readarrVersion: '$(majorVersion).$(minorVersion)'
|
||||
buildName: '$(Build.SourceBranchName).$(readarrVersion)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue