From 42012c53597c8e414941bb78fe86815d35a5cc22 Mon Sep 17 00:00:00 2001 From: S34N <12197162+S34NW@users.noreply.github.com> Date: Sat, 9 Mar 2024 21:50:34 +0000 Subject: [PATCH] 515 stable CI checks (#24478) --- _build_dependencies.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_build_dependencies.sh b/_build_dependencies.sh index 5f1927b74e89..d58431045caa 100644 --- a/_build_dependencies.sh +++ b/_build_dependencies.sh @@ -6,11 +6,11 @@ export NODE_VERSION=20 # Stable Byond Major export STABLE_BYOND_MAJOR=515 # Stable Byond Minor -export STABLE_BYOND_MINOR=1630 -# Beta Byond Major -export BETA_BYOND_MAJOR=515 -# Beta Byond Minor -export BETA_BYOND_MINOR=1630 +export STABLE_BYOND_MINOR=1633 +# Beta Byond Major - Uncomment and update if beta cycle active +#export BETA_BYOND_MAJOR=515 +# Beta Byond Minor - Uncomment and update if beta cycle active +#export BETA_BYOND_MINOR=1633 # Python version for mapmerge and other tools export PYTHON_VERSION=3.11.6 # RUSTG version