From 8def7c0f0a07aa445b6a48ab6f84db630d57ed52 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 30 Aug 2025 02:54:16 -0400 Subject: [PATCH] Bump to v1.140.0 (#7275) --- ct/immich.sh | 2 +- install/immich-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/immich.sh b/ct/immich.sh index d415013c35..b51ca02c8f 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -61,7 +61,7 @@ function update_script() { done msg_ok "Image-processing libraries up to date" fi - RELEASE="1.139.4" + RELEASE="1.140.0" if check_for_gh_release "immich" "immich-app/immich" "${RELEASE}"; then msg_info "Stopping Services" systemctl stop immich-web diff --git a/install/immich-install.sh b/install/immich-install.sh index fa89a8c909..fd4a62d7f3 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -280,7 +280,7 @@ GEO_DIR="${INSTALL_DIR}/geodata" mkdir -p "$INSTALL_DIR" mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${INSTALL_DIR}"/cache} -fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.139.4" "$SRC_DIR" +fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.140.0" "$SRC_DIR" msg_info "Installing ${APPLICATION} (more patience please)"