Skip to content

Commit bd122b3

Browse files
committed
Return to unstable
1 parent 4e51970 commit bd122b3

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
@@ -59,14 +59,14 @@ privacy_policy = "https://matrix.org/legal/privacy-notice"
5959
[params.version]
6060
# must be one of "unstable", "current", "historical"
6161
# this is used to decide whether to show a banner pointing to the current release
62-
status = "stable"
62+
status = "unstable"
6363
# A URL pointing to the latest, stable release of the spec. To be shown in the unstable version warning banner.
6464
current_version_url = "https://spec.matrix.org/latest"
6565
# The following is used when status = "stable", and is displayed in various UI elements on a released version
6666
# 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"
7070

7171
# User interface configuration
7272
[params.ui]

0 commit comments

Comments
 (0)