diff options
Diffstat (limited to 'bundles/immich/metadata.py')
| -rw-r--r-- | bundles/immich/metadata.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/immich/metadata.py b/bundles/immich/metadata.py index 2a0a806..30b9eb3 100644 --- a/bundles/immich/metadata.py +++ b/bundles/immich/metadata.py @@ -9,7 +9,9 @@ defaults = { } }, "containers": { - "immich": {}, + "immich": { + "version": "2.4.1", + }, }, # "metrics": { # "immich": {}, |