Immich v1.138.0 (#6813)

This commit is contained in:
Chris
2025-08-15 02:42:01 -04:00
committed by GitHub
parent d7a60f6027
commit c7b80448dc
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ function update_script() {
done
msg_ok "Image-processing libraries updated"
fi
RELEASE="1.137.3"
RELEASE="1.138.0"
#RELEASE=$(curl -fsSL https://api.github.com/repos/immich-app/immich/releases?per_page=1 | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
if [[ -f ~/.immich && "$RELEASE" == "$(cat ~/.immich)" ]]; then
msg_ok "No update required. ${APP} is already at v${RELEASE}"