Browse Source

Up patch version

Alex Tran 2 years ago
parent
commit
df0a059a02
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 = {
 export const serverVersion: IServerVersion = {
   major: 1,
   major: 1,
   minor: 36,
   minor: 36,
-  patch: 1,
+  patch: 2,
   build: 56,
   build: 56,
 };
 };