diff --git a/matter_server/common/const.py b/matter_server/common/const.py index 45cc3184..26a4737e 100644 --- a/matter_server/common/const.py +++ b/matter_server/common/const.py @@ -2,7 +2,7 @@ # schema version is used to determine compatibility between server and client # bump schema if we add new features and/or make other (breaking) changes -SCHEMA_VERSION = 9 +SCHEMA_VERSION = 10 VERBOSE_LOG_LEVEL = 5