From 7033bec66b570a5c9bfa14a9191d306f2bb3ae3f Mon Sep 17 00:00:00 2001 From: Auto Gen Date: Thu, 12 Dec 2024 09:51:19 -0800 Subject: [PATCH] bump version in top-level README example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bbbd701..e479c9b8 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ The next interface describes a thermostat reporting temperature as degreeCelsius ```json { "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:quantitativeTypes;1" + "dtmi:dtdl:context;4", + "dtmi:dtdl:extension:quantitativeTypes;2" ], "@id": "dtmi:com:example:Thermostat;1", "@type": "Interface",