Selaa lähdekoodia

Up patch version

Alex Tran 2 vuotta sitten
vanhempi
commit
df0a059a02
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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: 36,
-  patch: 1,
+  patch: 2,
   build: 56,
 };