1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Bump to 4.0

This commit is contained in:
Qstick
2021-05-23 12:42:58 -04:00
parent 6f0d5a0583
commit ee8dfe1ea9
2 changed files with 2 additions and 2 deletions
@@ -10,7 +10,7 @@ namespace NzbDrone.Common.Test.EnvironmentInfo
[Test]
public void should_return_version()
{
BuildInfo.Version.Major.Should().BeOneOf(3, 10);
BuildInfo.Version.Major.Should().BeOneOf(4, 10);
}
[Test]