From 6057f21d6b7ea1c95c446fd7f8059691f2643dc7 Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Wed, 15 May 2024 10:04:42 +0200 Subject: [PATCH] update helix to version 24.03 --- .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 d11ad05..07d1ed4 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.10" +VERSION="24.03" INSTALL_DIR="${APPS_DIR}/helix" INSTALLED_VERSION=""