Updated RootDataModelVersion to 2.18

This commit is contained in:
Vivek Kumar Dutta 2024-09-24 18:33:35 +05:30
parent 5de7633288
commit 0a33d96b69

View file

@ -22,7 +22,7 @@
**************************************************************/
static int get_Device_RootDataModelVersion(char *refparam, struct dmctx *ctx, void *data, char *instance, char **value)
{
*value = dmstrdup("2.17");
*value = dmstrdup("2.18");
return 0;
}