From b7624cc5076fc9890da7e736ea690ed8395042e2 Mon Sep 17 00:00:00 2001 From: Krystie Date: Wed, 1 Jul 2026 03:50:00 -0700 Subject: [PATCH] DC-024: Bump installer version to 1.14.6 and sync VERSION to current commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - dashcaddy-installer/install.sh: 1.1.0 → 1.14.6 (matches current release) - dashcaddy-api/VERSION: 10f72af → a5f51e4 (current HEAD with TOTP security fixes) The host source tree was rebuilt from the published v1.14.6 tarball to fix a deletion gap where /opt/dashcaddy/dashcaddy-api/{routes,src}/ were gutted by an interrupted prior update cycle. Container was unaffected (built from image). --- dashcaddy-api/VERSION | 2 +- dashcaddy-installer/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashcaddy-api/VERSION b/dashcaddy-api/VERSION index e28c887..7dbf502 100644 --- a/dashcaddy-api/VERSION +++ b/dashcaddy-api/VERSION @@ -1 +1 @@ -10f72af +a5f51e4 diff --git a/dashcaddy-installer/install.sh b/dashcaddy-installer/install.sh index c663812..f46b9a9 100644 --- a/dashcaddy-installer/install.sh +++ b/dashcaddy-installer/install.sh @@ -17,7 +17,7 @@ set -euo pipefail # ---- Constants ------------------------------------------------------------- -readonly DASHCADDY_VERSION="1.1.0" +readonly DASHCADDY_VERSION="1.14.6" readonly DASHCADDY_DOWNLOAD="https://get.dashcaddy.net/release/latest.tar.gz" readonly DASHCADDY_REPO="" # Set to a git URL to clone instead of downloading readonly INSTALL_DIR="/etc/dashcaddy"