浏览代码

Up version for release

Alex 2 年之前
父节点
当前提交
6fcc1d7685
共有 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 = {
 export const serverVersion: IServerVersion = {
   major: 1,
   major: 1,
   minor: 33,
   minor: 33,
-  patch: 0,
+  patch: 1,
   build: 52,
   build: 52,
 };
 };