Skip to content

Commit 13b2ffb

Browse files
Martin Hoyerb-rowan
authored andcommitted
Add software version to UpdateChunk
1 parent 44bb65c commit 13b2ffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

goosebit/updates/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ async def generate_chunk(request: Request, device: Device) -> list[UpdateChunk]:
110110
return [
111111
UpdateChunk(
112112
name=software.path.name,
113+
version=software.version,
113114
artifacts=[
114115
UpdateChunkArtifact(
115116
filename=software.path.name,

0 commit comments

Comments
 (0)