From 5ddbbc6894339536090c77f2173eb7d05b93dd72 Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Wed, 14 Dec 2022 13:40:20 +0100 Subject: [PATCH] update helix to version 22.12 --- .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 cd52acc..db9a712 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.08.1" +VERSION="22.12" INSTALL_DIR="${APPS_DIR}/helix" INSTALLED_VERSION=""