Bump RootDataModelVersion to 2.19

This commit is contained in:
Vivek Kumar Dutta 2025-04-22 19:05:19 +05:30
parent 56937cd498
commit 0448fbc7e9
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C

View file

@ -57,7 +57,7 @@ static void _exec_factoryreset(const void *arg1, void *arg2)
**************************************************************/
static int get_Device_RootDataModelVersion(char *refparam, struct dmctx *ctx, void *data, char *instance, char **value)
{
*value = dmstrdup("2.18");
*value = dmstrdup("2.19");
return 0;
}