Alex Tran 2 years ago
parent
commit
3c09482a93
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,7 +11,7 @@ export interface IServerVersion {
 export const serverVersion: IServerVersion = {
   major: 1,
   minor: 41,
-  patch: 0,
+  patch: 1,
   build: 64,
 };