From 3074bb18525ba9f6bcb9f96fe2fa7670bd0d99df Mon Sep 17 00:00:00 2001 From: S34N <12197162+S34NW@users.noreply.github.com> Date: Mon, 10 Jul 2023 16:33:30 +0100 Subject: [PATCH] bumps CI beta to latest (#21622) --- _build_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build_dependencies.sh b/_build_dependencies.sh index a38bba9be9c..6bdcde8d5ca 100644 --- a/_build_dependencies.sh +++ b/_build_dependencies.sh @@ -10,6 +10,6 @@ export STABLE_BYOND_MINOR=1589 # Beta Byond Major export BETA_BYOND_MAJOR=515 # Beta Byond Minor -export BETA_BYOND_MINOR=1594 +export BETA_BYOND_MINOR=1608 # Python version for mapmerge and other tools export PYTHON_VERSION=3.7.9