Browse Source

Up server version:

Alex Tran 2 years ago
parent
commit
9bef411056
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

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