From 1d98e96300e69fde2ddba28064506ad7d3c877b9 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 19 Dec 2024 09:25:15 -0700 Subject: [PATCH] -> unstable --- config/_default/hugo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index cde52c16a..6a95c9bba 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -61,14 +61,14 @@ 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 = "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 = "13" -release_date = "December 19, 2024" +# major = "1" +# minor = "13" +# release_date = "December 19, 2024" # User interface configuration [params.ui]