Browse Source

Up mobile version and update deprecated api

Alex 2 years ago
parent
commit
572f6d833d
1 changed files with 1 additions and 1 deletions
  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,
   major: 1,
   minor: 29,
   minor: 29,
   patch: 1,
   patch: 1,
-  build: 42,
+  build: 43,
 };
 };