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"}