mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-02 13:53:59 +01:00
Bump version to 1.28.1
This commit is contained in:
parent
f3328863e1
commit
58d495d618
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: '1.28.0'
|
||||
majorVersion: '1.28.1'
|
||||
minorVersion: $[counter('minorVersion', 1)]
|
||||
prowlarrVersion: '$(majorVersion).$(minorVersion)'
|
||||
buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue