From 9736f78b4887ee30d756c02765210787be1a8951 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Fri, 3 Oct 2025 14:33:33 -0400 Subject: [PATCH] Immich: bump version to 2.0.1 - bugfixes related to mobile apps --- 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 b86667865b2..1bf1e3d5c60 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -74,7 +74,7 @@ function update_script() { done msg_ok "Image-processing libraries up to date" fi - RELEASE="2.0.0" + RELEASE="2.0.1" 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 b37b17c7e20..b471ad5d3dc 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -272,7 +272,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" "v2.0.0" "$SRC_DIR" +fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v2.0.1" "$SRC_DIR" msg_info "Installing ${APPLICATION} (patience)"