From dae51e91f3020bdd4cff78d1dafabbdddf777c39 Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:58:45 -0500 Subject: [PATCH] Bumps the CI beta version from 515.1610 to 515.1619 (#22926) --- _build_dependencies.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_build_dependencies.sh b/_build_dependencies.sh index 0889f572f57..8cded2a078a 100644 --- a/_build_dependencies.sh +++ b/_build_dependencies.sh @@ -6,10 +6,10 @@ export NODE_VERSION=18 # Stable Byond Major export STABLE_BYOND_MAJOR=515 # Stable Byond Minor -export STABLE_BYOND_MINOR=1614 +export STABLE_BYOND_MINOR=1619 # Beta Byond Major export BETA_BYOND_MAJOR=515 # Beta Byond Minor -export BETA_BYOND_MINOR=1614 +export BETA_BYOND_MINOR=1619 # Python version for mapmerge and other tools export PYTHON_VERSION=3.11.6