Skip to content

Commit 0764463

Browse files
committed
Bump Server schema
We've added new commands, so a schema version bump is needed.
1 parent 7f5460b commit 0764463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matter_server/common/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# schema version is used to determine compatibility between server and client
44
# bump schema if we add new features and/or make other (breaking) changes
5-
SCHEMA_VERSION = 9
5+
SCHEMA_VERSION = 10
66

77

88
VERBOSE_LOG_LEVEL = 5

0 commit comments

Comments
 (0)