浏览代码

Up server version:

Alex Tran 2 年之前
父节点
当前提交
9bef411056
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      server/apps/immich/src/constants/server_version.constant.ts

+ 1 - 1
server/apps/immich/src/constants/server_version.constant.ts

@@ -11,6 +11,6 @@ export interface IServerVersion {
 export const serverVersion: IServerVersion = {
   major: 1,
   minor: 28,
-  patch: 3,
+  patch: 4,
   build: 41,
 };