From afa4ed6ded2f95785325eef991ba485b475ab2a4 Mon Sep 17 00:00:00 2001 From: cadyn <35672377+cadyn@users.noreply.github.com> Date: Wed, 21 Jul 2021 20:30:15 -0700 Subject: [PATCH] Auxmos bump so reactions can work in linux Currently reactions don't work on linux, after way too many hours of debugging and crying I found the issue and made a workaround --- dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.sh b/dependencies.sh index a86c58a5a2..78f41e2dda 100644 --- a/dependencies.sh +++ b/dependencies.sh @@ -11,7 +11,7 @@ export BYOND_MINOR=1536 export RUST_G_VERSION=0.4.8 #auxmos git tag -export AUXMOS_VERSION=v0.2.0 +export AUXMOS_VERSION=v0.2.1 #node version export NODE_VERSION=12