Return to unstable
This commit is contained in:
parent
4e51970c55
commit
bd122b35b0
1 changed files with 4 additions and 4 deletions
|
@ -59,14 +59,14 @@ privacy_policy = "https://matrix.org/legal/privacy-notice"
|
|||
[params.version]
|
||||
# must be one of "unstable", "current", "historical"
|
||||
# this is used to decide whether to show a banner pointing to the current release
|
||||
status = "stable"
|
||||
status = "unstable"
|
||||
# A URL pointing to the latest, stable release of the spec. To be shown in the unstable version warning banner.
|
||||
current_version_url = "https://spec.matrix.org/latest"
|
||||
# The following is used when status = "stable", and is displayed in various UI elements on a released version
|
||||
# of the spec. CI will set these values here automatically when a release git tag (i.e `v1.5`) is created.
|
||||
major = "1"
|
||||
minor = "10"
|
||||
release_date = "March 22, 2024"
|
||||
# major = "1"
|
||||
# minor = "10"
|
||||
# release_date = "March 22, 2024"
|
||||
|
||||
# User interface configuration
|
||||
[params.ui]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue