From 69be51b8aae8490aad965183bcbe402b67c4895e Mon Sep 17 00:00:00 2001 From: Krystie Date: Wed, 1 Jul 2026 00:55:13 -0700 Subject: [PATCH] =?UTF-8?q?chore(release):=20bump=20to=201.14.6=20?= =?UTF-8?q?=E2=80=94=20patched=20source?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Following DC-021 (commit 10f72af) which restored working require paths and license-keygen.js, this commit bumps the version metadata so the next release build publishes v1.14.6 instead of re-tagging v1.14.4. The source is functionally v1.14.4 + fixes; the version bump tells the updater we're ahead of upstream's broken v1.14.4. --- dashcaddy-api/VERSION | 2 +- dashcaddy-api/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashcaddy-api/VERSION b/dashcaddy-api/VERSION index b2fdb7d..e28c887 100644 --- a/dashcaddy-api/VERSION +++ b/dashcaddy-api/VERSION @@ -1 +1 @@ -d2a48b1 +10f72af diff --git a/dashcaddy-api/package.json b/dashcaddy-api/package.json index 73bb05a..d609d10 100644 --- a/dashcaddy-api/package.json +++ b/dashcaddy-api/package.json @@ -1,6 +1,6 @@ { "name": "dashcaddy-api", - "version": "1.14.4", + "version": "1.14.6", "description": "DashCaddy API server - Dashboard backend for Docker, Caddy & DNS management", "main": "server.js", "scripts": {