From 434f1b0672d76b04432622b55a9971618d120247 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 29 Sep 2022 07:04:16 -0600 Subject: [PATCH] Go back to unstable --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 186c330f..525e968b 100644 --- a/config.toml +++ b/config.toml @@ -44,14 +44,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 = "4" -release_date = "September 29, 2022" +# major = "1" +# minor = "4" +# release_date = "September 29, 2022" # User interface configuration [params.ui]