Files
immich/server/src/constants/server_version.constant.ts
Alex b69f6e0df7 Update inline font for f-droid publication metric (#107)
* Added local font
* Up Patch 1.5.1+9
2022-04-04 09:08:53 -05:00

10 lines
166 B
TypeScript

// major.minor.patch+build
// check mobile/pubspec.yml for current release version
export const serverVersion = {
major: 1,
minor: 5,
patch: 1,
build: 9,
};