From dc860cc1dfd63c3baf5b2e66312e13c6d5ce83e2 Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Tue, 4 Apr 2023 14:55:04 +0200 Subject: [PATCH] update helix editor to 23.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 db9a712..c563416 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="22.12" +VERSION="23.03" INSTALL_DIR="${APPS_DIR}/helix" INSTALLED_VERSION=""