From e5194a1dbb270e88a47c373c5619db60a75696fe Mon Sep 17 00:00:00 2001 From: Daniel Bedeleanu Date: Mon, 13 Apr 2026 21:36:23 +0300 Subject: [PATCH] Build [v1.9.6] (Fix: Include deploy.sh in production bundle) --- export_prod.sh | 1 + frontend/VERSION.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/export_prod.sh b/export_prod.sh index 659b6c5d..ae8a11ff 100755 --- a/export_prod.sh +++ b/export_prod.sh @@ -30,6 +30,7 @@ cp inventory.service.template "$PROD_DIR/" cp USER_GUIDE.md "$PROD_DIR/" cp README.md "$PROD_DIR/INSTALLATION_GUIDE.md" cp inventory.env "$PROD_DIR/" +cp deploy.sh "$PROD_DIR/" cp .git_path "$PROD_DIR/" 2>/dev/null || true cp frontend/VERSION.json "$PROD_DIR/" cp frontend/VERSION.json "$PROD_DIR/frontend/" diff --git a/frontend/VERSION.json b/frontend/VERSION.json index b6f04e73..4db22074 100644 --- a/frontend/VERSION.json +++ b/frontend/VERSION.json @@ -1 +1 @@ -{"version": "1.9.5", "last_build": "2026-04-13-2132", "codename": "Bulletproof", "commit": "a0eaddf9"} +{"version": "1.9.6", "last_build": "2026-04-13-2136", "codename": "BundleFix", "commit": "7c3d0e10"}