From bed4ad589e0975f9d7f3f7010472afcb34a85e7e Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 20 Jun 2024 10:04:19 -0600 Subject: [PATCH] Queue Matrix 1.11 --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 15003eee..b2856375 100644 --- a/config.toml +++ b/config.toml @@ -64,14 +64,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 = "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. CI will set these values here automatically when a release git tag (i.e `v1.5`) is created. -# major = "1" -# minor = "10" -# release_date = "March 22, 2024" +major = "1" +minor = "11" +release_date = "June 20, 2024" # User interface configuration [params.ui]