From ada7954ab8fcbf3b9174231f836a43ed5a7ac64e Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Sat, 27 May 2023 22:36:33 +0200 Subject: [PATCH] update helix to version 23.05 --- .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 c563416..01cde0b 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.03" +VERSION="23.05" INSTALL_DIR="${APPS_DIR}/helix" INSTALLED_VERSION=""