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

Up server version

This commit is contained in:
Alex
2022-09-05 23:44:42 -05:00
parent b081eda76f
commit 1425f2ec78
4 changed files with 12 additions and 12 deletions

View File

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