Bump bump

This commit is contained in:
AffectedArc07
2022-10-27 18:20:44 +01:00
parent e346238472
commit 9a7c8d44ba
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ jobs:
dmapi-build:
name: Build DMAPI
env:
BYOND_MAJOR: 513
BYOND_MINOR: 1536
BYOND_MAJOR: 515
BYOND_MINOR: 1592
runs-on: ubuntu-latest
steps:
- name: Install x86 libc Dependencies
@@ -22,7 +22,7 @@ namespace Tgstation.Server.Tests.Instance
{
sealed class ByondTest : JobsRequiredTest
{
public static readonly Version TestVersion = new (513, 1536);
public static readonly Version TestVersion = new (515, 1592);
readonly IByondClient byondClient;