Propagation of the correct version

- for the future changes, version is inherited
This commit is contained in:
Lukas Korba 2024-11-14 23:55:21 +01:00
parent 343d42cede
commit 4459ab5211
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ extension AddressBookClient {
let abContacts = AddressBookContacts(
lastUpdated: lastUpdated,
version: AddressBookContacts.Constants.version,
version: version,
contacts: IdentifiedArrayOf(uniqueElements: contacts)
)