From 64aa618977f1ffb6cf67ed8c0a27e3f455ffb4f9 Mon Sep 17 00:00:00 2001 From: gyurix Date: Sat, 3 May 2025 13:15:31 +0200 Subject: [PATCH] Update template.json to change IMMICH_VERSION value from 'version' to 'release' --- immich/template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/template.json b/immich/template.json index 86d0647..96e6528 100644 --- a/immich/template.json +++ b/immich/template.json @@ -16,7 +16,7 @@ { "description": "Please add Immich version:", "key": "IMMICH_VERSION", - "value": "version", + "value": "release", "required": "true" }, {