From 0764463d153ddade300fb54a02c04eaf634ea21e Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 25 Jun 2024 00:11:11 +0200 Subject: [PATCH] Bump Server schema We've added new commands, so a schema version bump is needed. --- matter_server/common/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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