From b38f0085cbf2f069434bfb5e2769fd79bf1bcceb Mon Sep 17 00:00:00 2001 From: Vladisvell <73733747+Vladisvell@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:47:31 +0500 Subject: [PATCH] server: CI beta byond versions bump to 516.1648 (#6293) --- _build_dependencies.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_build_dependencies.sh b/_build_dependencies.sh index a1292ad3e18..194d7f5c50b 100644 --- a/_build_dependencies.sh +++ b/_build_dependencies.sh @@ -8,9 +8,9 @@ export STABLE_BYOND_MAJOR=515 # Stable Byond Minor export STABLE_BYOND_MINOR=1642 # Beta Byond Major -export BETA_BYOND_MAJOR=515 +export BETA_BYOND_MAJOR=516 # Beta Byond Minor -export BETA_BYOND_MINOR=1642 +export BETA_BYOND_MINOR=1648 # For the RUSTG library. Not actually installed by CI but kept as a reference export RUSTG_VERSION=3.3.0-ss220 #For DMJIT librarry