From 1f72e77ea2ad7039de981249560aa5c0aaabc616 Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Fri, 19 Jan 2024 10:54:27 +0100 Subject: [PATCH] update helix to version 23.10 --- .config/yadm/bootstrap.d/install-helix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/yadm/bootstrap.d/install-helix b/.config/yadm/bootstrap.d/install-helix index 01cde0b..d11ad05 100755 --- a/.config/yadm/bootstrap.d/install-helix +++ b/.config/yadm/bootstrap.d/install-helix @@ -6,7 +6,7 @@ source "${BOOTSTRAP_LIB}/helpers" APPS_DIR="${HOME}/apps" -VERSION="23.05" +VERSION="23.10" INSTALL_DIR="${APPS_DIR}/helix" INSTALLED_VERSION=""