1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-09 23:17:29 +02:00

Pump version 1.20

This commit is contained in:
Alex Tran
2022-08-03 15:43:42 -05:00
parent 8c184dc4d4
commit cf2b9eddfa
3 changed files with 5 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ export interface IServerVersion {
export const serverVersion: IServerVersion = {
major: 1,
minor: 19,
patch: 1,
minor: 20,
patch: 0,
build: 0,
};