From 65d70e90b82089dfc8971e8d1fd19f8cf449a8a0 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 25 May 2023 09:46:35 -0600 Subject: [PATCH] Tag Matrix 1.7 --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index d1749268..c36456cd 100644 --- a/config.toml +++ b/config.toml @@ -47,14 +47,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 = "6" -# release_date = "February 14, 2023" +major = "1" +minor = "7" +release_date = "May 25, 2023" # User interface configuration [params.ui]