Browse Source

Up server version for release

Alex Tran 3 years ago
parent
commit
8db073941d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/apps/immich/src/constants/server_version.constant.ts

+ 1 - 1
server/apps/immich/src/constants/server_version.constant.ts

@@ -3,7 +3,7 @@
 
 export const serverVersion = {
   major: 1,
-  minor: 14,
+  minor: 15,
   patch: 0,
   build: 21,
 };