Skip to content

Commit

Permalink
Bump minimal schema version to 9 (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Jun 10, 2024
1 parent 281f428 commit eebf826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matter_server/server/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import Final

# The minimum schema version (of a client) the server can support
MIN_SCHEMA_VERSION = 5
MIN_SCHEMA_VERSION = 9

# schema version of our data model
# only bump if the format of the data in MatterNodeData changed
Expand Down

0 comments on commit eebf826

Please sign in to comment.