Skip to content

Commit

Permalink
Bump version to v1.129.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsg committed Mar 6, 2025
1 parent b27a593 commit 3234562
Show file tree
Hide file tree
Showing 3 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.128.0
v1.129.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.128.0
IMMICH_VERSION := v1.129.0

POETRY_ENV = ${HOME}/poetry
POETRY = ${POETRY_ENV}/bin/poetry
Expand Down
6 changes: 3 additions & 3 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.128.0"
version: "v1.129.0"
base: core22
grade: stable
confinement: strict
Expand Down Expand Up @@ -165,7 +165,7 @@ parts:
server:
plugin: nil
source: https://github.com/immich-app/immich.git
source-tag: v1.128.0
source-tag: v1.129.0
override-build: |
craftctl default
Expand Down Expand Up @@ -254,7 +254,7 @@ parts:
web:
plugin: nil
source: https://github.com/immich-app/immich.git
source-tag: v1.128.0
source-tag: v1.129.0
override-build: |
# Build typescript-sdk, this is included by cli and web
cd open-api/typescript-sdk
Expand Down

0 comments on commit 3234562

Please sign in to comment.