This commit is contained in:
Travis Ralston 2025-03-27 10:28:55 -06:00
parent 71ce620fc0
commit fe880fdaf4
35 changed files with 96 additions and 36 deletions

View file

@ -61,13 +61,13 @@ copyright = "The Matrix.org Foundation CIC"
[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 = "unstable"
status = "stable"
# 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.
# major = "1"
# minor = "13"
major = "1"
minor = "14"
# User interface configuration
[params.ui]