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 @@ -38,14 +38,14 @@ privacy_policy = "https://matrix.org/legal/privacy-notice"
3838[params .version ]
3939# must be one of "unstable", "current", "historical"
4040# this is used to decide whether to show a banner pointing to the current release
41- status = " stable "
41+ status = " unstable "
4242# A URL pointing to the latest, stable release of the spec. To be shown in the unstable version warning banner.
4343current_version_url = " https://spec.matrix.org/latest"
4444# The following is used when status = "stable", and is displayed in various UI elements on a released version
4545# of the spec. CI will set these values here automatically when a release git tag (i.e `v1.5`) is created.
46- major = " 1"
47- minor = " 2"
48- release_date = " February 02, 2022"
46+ # major = "1"
47+ # minor = "2"
48+ # release_date = "February 02, 2022"
4949
5050# User interface configuration
5151[params .ui ]
You can’t perform that action at this time.
0 commit comments