Skip to content

Commit

Permalink
Merge pull request #221 from nsg/bump/v1.116.0
Browse files Browse the repository at this point in the history
Bump v1.116.0
  • Loading branch information
nsg authored Sep 26, 2024
2 parents fc95037 + a47b91b commit 7c9ff03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.115.0
v1.116.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.115.0
IMMICH_VERSION := v1.116.0

POETRY_ENV = ${HOME}/poetry
POETRY = ${POETRY_ENV}/bin/poetry
Expand Down
9 changes: 3 additions & 6 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: immich-distribution
title: Immich Distribution
version: "v1.115.0"
version: "v1.116.0"
base: core22
grade: stable
confinement: strict
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7c9ff03

Please sign in to comment.