From aef771cc59142c42f91bd95dfa6890b467556c84 Mon Sep 17 00:00:00 2001 From: S34N <12197162+S34NW@users.noreply.github.com> Date: Tue, 23 Jan 2024 22:29:17 +0000 Subject: [PATCH] Bump BYOND ver for CI deps to 1628 (#23626) * moving on up * Apply suggestions from code review * 1627 * webedit heresy --- _build_dependencies.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_build_dependencies.sh b/_build_dependencies.sh index 7e4a8ce153e..b481c560f49 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=1620 +export STABLE_BYOND_MINOR=1628 # Beta Byond Major export BETA_BYOND_MAJOR=515 # Beta Byond Minor -export BETA_BYOND_MINOR=1620 +export BETA_BYOND_MINOR=1628 # Python version for mapmerge and other tools export PYTHON_VERSION=3.11.6 # RUSTG version