From 30be96788754b740993c0f96079f7330dfe65447 Mon Sep 17 00:00:00 2001 From: Daniel Bedeleanu Date: Mon, 13 Apr 2026 21:12:55 +0300 Subject: [PATCH] Build [v1.9.3] (Fix Host-Side Port Interpolation with Root .env) --- 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 0d7e9571..7543e8d7 100755 --- a/export_prod.sh +++ b/export_prod.sh @@ -29,6 +29,7 @@ cp install_service.sh "$PROD_DIR/" cp inventory.service.template "$PROD_DIR/" cp USER_GUIDE.md "$PROD_DIR/" cp README.md "$PROD_DIR/INSTALLATION_GUIDE.md" +cp .env "$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 eb00e466..9cb69c8f 100644 --- a/frontend/VERSION.json +++ b/frontend/VERSION.json @@ -1 +1 @@ -{"version": "1.9.2", "last_build": "2026-04-13-2057", "codename": "EnvFix", "commit": "07b15c8e"} +{"version": "1.9.3", "last_build": "2026-04-13-2112", "codename": "PortFix", "commit": "2b8d0b3f"}