mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 06:41:20 +00:00
Bump to 4.0
This commit is contained in:
parent
6f0d5a0583
commit
ee8dfe1ea9
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ variables:
|
|||
outputFolder: './_output'
|
||||
artifactsFolder: './_artifacts'
|
||||
testsFolder: './_tests'
|
||||
majorVersion: '3.2.1'
|
||||
majorVersion: '4.0.0'
|
||||
minorVersion: $[counter('minorVersion', 2000)]
|
||||
radarrVersion: '$(majorVersion).$(minorVersion)'
|
||||
buildName: '$(Build.SourceBranchName).$(radarrVersion)'
|
||||
|
|
|
@ -10,7 +10,7 @@ public class BuildInfoFixture
|
|||
[Test]
|
||||
public void should_return_version()
|
||||
{
|
||||
BuildInfo.Version.Major.Should().BeOneOf(3, 10);
|
||||
BuildInfo.Version.Major.Should().BeOneOf(4, 10);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
Loading…
Reference in a new issue