Skip to content

Commit eebf826

Browse files
authored
Bump minimal schema version to 9 (#745)
1 parent 281f428 commit eebf826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matter_server/server/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from typing import Final
55

66
# The minimum schema version (of a client) the server can support
7-
MIN_SCHEMA_VERSION = 5
7+
MIN_SCHEMA_VERSION = 9
88

99
# schema version of our data model
1010
# only bump if the format of the data in MatterNodeData changed

0 commit comments

Comments
 (0)