diff --git a/VERSION b/VERSION index 6257e97..5a9419a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.115.0 +v1.116.0 diff --git a/parts/machine-learning/Makefile b/parts/machine-learning/Makefile index bf6bc81..9e6e1df 100644 --- a/parts/machine-learning/Makefile +++ b/parts/machine-learning/Makefile @@ -1,4 +1,4 @@ -IMMICH_VERSION := v1.115.0 +IMMICH_VERSION := v1.116.0 POETRY_ENV = ${HOME}/poetry POETRY = ${POETRY_ENV}/bin/poetry diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 69a3006..e86c931 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: immich-distribution title: Immich Distribution -version: "v1.115.0" +version: "v1.116.0" base: core22 grade: stable confinement: strict @@ -165,13 +165,10 @@ parts: server: plugin: nil source: https://github.com/immich-app/immich.git - source-tag: v1.115.0 + source-tag: v1.116.0 override-build: | craftctl default - # Apply patch to fix https://github.com/immich-app/immich/issues/12634 - curl https://github.com/immich-app/immich/commit/917d04c39b1602c5aeae9530ac98ff70ab7ba6bc.patch | patch -p1 - cd server SHARP_VERSION=0.33.0 @@ -256,7 +253,7 @@ parts: web: plugin: nil source: https://github.com/immich-app/immich.git - source-tag: v1.115.0 + source-tag: v1.116.0 override-build: | # Build typescript-sdk, this is included by cli and web cd open-api/typescript-sdk