1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Bump Version to 5

(cherry picked from commit 21afbbc66d294cfeda47b7dacb785a17dae8eb1c)
This commit is contained in:
Qstick
2022-07-11 22:08:28 -05:00
parent 693f8dc391
commit 1e6540a419
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(4, 10);
BuildInfo.Version.Major.Should().BeOneOf(5, 10);
}
[Test]