mirror of
https://github.com/immich-app/immich.git
synced 2026-01-13 05:26:35 -08:00
* Update readme * Added webp to table and entity * Added cronjob and sharp dependencies * Added conversion of webp every 5 minutes and endpoint will now server webp image if exist
10 lines
168 B
TypeScript
10 lines
168 B
TypeScript
// major.minor.patch+build
|
|
// check mobile/pubspec.yml for current release version
|
|
|
|
export const serverVersion = {
|
|
major: 1,
|
|
minor: 10,
|
|
patch: 0,
|
|
build: 14,
|
|
};
|