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

Up minor version for release

This commit is contained in:
Alex
2022-06-23 22:38:26 -05:00
parent 04b59318f9
commit 568436f188
4 changed files with 5 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
export const serverVersion = {
major: 1,
minor: 12,
minor: 13,
patch: 0,
build: 18,
build: 20,
};