diff --git a/VERSION b/VERSION index d0109c6f..b9c69fd3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.70.0 +v1.71.0 diff --git a/parts/machine-learning/Makefile b/parts/machine-learning/Makefile index 4abc27d3..682ab440 100644 --- a/parts/machine-learning/Makefile +++ b/parts/machine-learning/Makefile @@ -1,6 +1,6 @@ .PHONY: build build: - ./build.sh v1.70.0 + ./build.sh v1.71.0 .PHONY: install install: diff --git a/patches/Makefile b/patches/Makefile index 845243c1..3f40262c 100644 --- a/patches/Makefile +++ b/patches/Makefile @@ -1,4 +1,4 @@ -VERSION=v1.70.0 +VERSION=v1.71.0 SOURCE_FILE_PATH=https://raw.githubusercontent.com/immich-app/immich/${VERSION}/web/src/lib/components/shared-components/version-announcement-box.svelte download-patch: diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index d94d2df2..869294cd 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -208,7 +208,7 @@ parts: plugin: npm npm-node-version: "18.16.0" source: https://github.com/immich-app/immich.git - source-tag: v1.70.0 + source-tag: v1.71.0 source-subdir: server override-build: | snapcraftctl set-version "$(git describe --tags)-dist1" @@ -241,7 +241,7 @@ parts: plugin: npm npm-node-version: "18.16.0" source: https://github.com/immich-app/immich.git - source-tag: v1.70.0 + source-tag: v1.71.0 source-subdir: web override-build: | patch -p0 -i $SNAPCRAFT_PART_SRC/../../patches/src/001-version-announcement-box.patch -d $SNAPCRAFT_PART_BUILD