Skip to content

Commit

Permalink
Merge pull request #114 from nsg/bump/v1.81.0
Browse files Browse the repository at this point in the history
Bump v1.81.0
  • Loading branch information
nsg authored Oct 5, 2023
2 parents b177e25 + 009a16b commit 4ac176a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.80.0
v1.81.0
2 changes: 1 addition & 1 deletion parts/machine-learning/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMMICH_VERSION := v1.80.0
IMMICH_VERSION := v1.81.0

# Use our own Python, over the older one in core20
export PATH := ${SNAPCRAFT_PART_BUILD}/../../dependencies/install/usr/local/bin:$(PATH)
Expand Down
2 changes: 1 addition & 1 deletion patches/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v1.80.0
VERSION=v1.81.0
SOURCE_FILE_PATH=https://raw.githubusercontent.com/immich-app/immich/${VERSION}/web/src/lib/components/shared-components/version-announcement-box.svelte

download-patch:
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ parts:
plugin: npm
npm-node-version: "18.16.0"
source: https://github.com/immich-app/immich.git
source-tag: v1.80.0
source-tag: v1.81.0
source-subdir: server
override-build: |
snapcraftctl set-version "$(git describe --tags)-dist1"
Expand All @@ -203,7 +203,7 @@ parts:
plugin: npm
npm-node-version: "18.16.0"
source: https://github.com/immich-app/immich.git
source-tag: v1.80.0
source-tag: v1.81.0
source-subdir: web
override-build: |
patch -p0 -i $SNAPCRAFT_PART_SRC/../../patches/src/001-version-announcement-box.patch -d $SNAPCRAFT_PART_BUILD
Expand Down

0 comments on commit 4ac176a

Please sign in to comment.