From c610bd428a0d9255c2aa183a0cd20cb2cf4f175c Mon Sep 17 00:00:00 2001 From: S34N <12197162+S34NW@users.noreply.github.com> Date: Thu, 27 Jul 2023 19:52:56 +0100 Subject: [PATCH] bump beta minor version (#21832) --- _build_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build_dependencies.sh b/_build_dependencies.sh index 6bdcde8d5ca..b6f31ad2eb0 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=1608 +export BETA_BYOND_MINOR=1610 # Python version for mapmerge and other tools export PYTHON_VERSION=3.7.9