From 17965e72e37bacafcefb4a56c2ebcff425f326dd Mon Sep 17 00:00:00 2001 From: Aziz Chynaliev Date: Fri, 9 Feb 2024 23:09:28 +0600 Subject: [PATCH] chore: bump dmjit version --- _build_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build_dependencies.sh b/_build_dependencies.sh index 21c9b5be54b..7e9ea9209e1 100644 --- a/_build_dependencies.sh +++ b/_build_dependencies.sh @@ -14,7 +14,7 @@ export BETA_BYOND_MINOR=1630 # For the RUSTG library. Not actually installed by CI but kept as a reference export RUSTG_VERSION=3.0.0-ss220 #For DMJIT librarry -export DMJIT_VERSION=v0.1.0 +export DMJIT_VERSION=v0.1.1 # Python version for mapmerge and other tools export PYTHON_VERSION=3.11.6