mirror of
https://github.com/immich-app/immich.git
synced 2025-01-19 18:26:46 +01:00
Up server version
This commit is contained in:
parent
e3ccc3ee6b
commit
62121470a8
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ export interface IServerVersion {
|
|||
|
||||
export const serverVersion: IServerVersion = {
|
||||
major: 1,
|
||||
minor: 30,
|
||||
patch: 0,
|
||||
build: 43,
|
||||
minor: 29,
|
||||
patch: 1,
|
||||
build: 42,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue