From c60147b2b554b92dccff323a585d5eb90d7e474b Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 8 Jul 2020 18:55:36 -0400 Subject: [PATCH] Bump tested BYOND version --- tests/Tgstation.Server.Tests/Instance/ByondTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Tgstation.Server.Tests/Instance/ByondTest.cs b/tests/Tgstation.Server.Tests/Instance/ByondTest.cs index ba1bd0b8f8..0402e2eaa7 100644 --- a/tests/Tgstation.Server.Tests/Instance/ByondTest.cs +++ b/tests/Tgstation.Server.Tests/Instance/ByondTest.cs @@ -18,7 +18,7 @@ namespace Tgstation.Server.Tests.Instance { sealed class ByondTest : JobsRequiredTest { - public static readonly Version TestVersion = new Version(513, 1526); + public static readonly Version TestVersion = new Version(513, 1527); readonly IByondClient byondClient;