File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ privacy_policy = "https://matrix.org/legal/privacy-notice"
59
59
[params .version ]
60
60
# must be one of "unstable", "current", "historical"
61
61
# this is used to decide whether to show a banner pointing to the current release
62
- status = " stable "
62
+ status = " unstable "
63
63
# A URL pointing to the latest, stable release of the spec. To be shown in the unstable version warning banner.
64
64
current_version_url = " https://spec.matrix.org/latest"
65
65
# The following is used when status = "stable", and is displayed in various UI elements on a released version
66
66
# of the spec. CI will set these values here automatically when a release git tag (i.e `v1.5`) is created.
67
- major = " 1"
68
- minor = " 10"
69
- release_date = " March 22, 2024"
67
+ # major = "1"
68
+ # minor = "10"
69
+ # release_date = "March 22, 2024"
70
70
71
71
# User interface configuration
72
72
[params .ui ]
You can’t perform that action at this time.
0 commit comments