From 1eb9e1fd8baf4197b8421c67a1c943682f5e7c33 Mon Sep 17 00:00:00 2001 From: Martin Hoyer Date: Tue, 27 Jan 2026 16:08:53 +0100 Subject: [PATCH] Add software version to UpdateChunk --- goosebit/updates/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/goosebit/updates/__init__.py b/goosebit/updates/__init__.py index 0c19bd40..c86781cf 100644 --- a/goosebit/updates/__init__.py +++ b/goosebit/updates/__init__.py @@ -110,6 +110,7 @@ async def generate_chunk(request: Request, device: Device) -> list[UpdateChunk]: return [ UpdateChunk( name=software.path.name, + version=software.version, artifacts=[ UpdateChunkArtifact( filename=software.path.name,