浏览代码

Up mobile version and update deprecated api

Alex 2 年之前
父节点
当前提交
572f6d833d
共有 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

@@ -12,5 +12,5 @@ export const serverVersion: IServerVersion = {
   major: 1,
   minor: 29,
   patch: 1,
-  build: 42,
+  build: 43,
 };