Skip to content

Commit 434f1b0

Browse files
committed
Go back to unstable
1 parent 7a59136 commit 434f1b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ privacy_policy = "https://matrix.org/legal/privacy-notice"
4444
[params.version]
4545
# must be one of "unstable", "current", "historical"
4646
# this is used to decide whether to show a banner pointing to the current release
47-
status = "stable"
47+
status = "unstable"
4848
# A URL pointing to the latest, stable release of the spec. To be shown in the unstable version warning banner.
4949
current_version_url = "https://spec.matrix.org/latest"
5050
# The following is used when status = "stable", and is displayed in various UI elements on a released version
5151
# of the spec. CI will set these values here automatically when a release git tag (i.e `v1.5`) is created.
52-
major = "1"
53-
minor = "4"
54-
release_date = "September 29, 2022"
52+
# major = "1"
53+
# minor = "4"
54+
# release_date = "September 29, 2022"
5555

5656
# User interface configuration
5757
[params.ui]

0 commit comments

Comments
 (0)