mirror of
https://github.com/Readarr/Readarr
synced 2025-12-29 03:34:35 +01:00
Bump version to 0.1.4
This commit is contained in:
parent
5039ba823c
commit
7ac8b5600e
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.1.3'
|
||||
majorVersion: '0.1.4'
|
||||
minorVersion: $[counter('minorVersion', 1)]
|
||||
readarrVersion: '$(majorVersion).$(minorVersion)'
|
||||
buildName: '$(Build.SourceBranchName).$(readarrVersion)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue