We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5460b commit 0764463Copy full SHA for 0764463
matter_server/common/const.py
@@ -2,7 +2,7 @@
2
3
# schema version is used to determine compatibility between server and client
4
# bump schema if we add new features and/or make other (breaking) changes
5
-SCHEMA_VERSION = 9
+SCHEMA_VERSION = 10
6
7
8
VERBOSE_LOG_LEVEL = 5
0 commit comments