From 536fda04f2175678a4a7a7ff716ba1290369b302 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 4 Oct 2022 15:29:47 -0500 Subject: [PATCH] Up version for release --- server/apps/immich/src/constants/server_version.constant.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/apps/immich/src/constants/server_version.constant.ts b/server/apps/immich/src/constants/server_version.constant.ts index c0b1e3f43a..23e9fb49eb 100644 --- a/server/apps/immich/src/constants/server_version.constant.ts +++ b/server/apps/immich/src/constants/server_version.constant.ts @@ -11,6 +11,6 @@ export interface IServerVersion { export const serverVersion: IServerVersion = { major: 1, minor: 30, - patch: 0, - build: 46, + patch: 2, + build: 48, };