File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ privacy_policy = "https://matrix.org/legal/privacy-notice"
44
44
[params .version ]
45
45
# must be one of "unstable", "current", "historical"
46
46
# this is used to decide whether to show a banner pointing to the current release
47
- status = " stable "
47
+ status = " unstable "
48
48
# A URL pointing to the latest, stable release of the spec. To be shown in the unstable version warning banner.
49
49
current_version_url = " https://spec.matrix.org/latest"
50
50
# The following is used when status = "stable", and is displayed in various UI elements on a released version
51
51
# of the spec. CI will set these values here automatically when a release git tag (i.e `v1.5`) is created.
52
- major = " 1"
53
- minor = " 4"
54
- release_date = " September 29, 2022"
52
+ # major = "1"
53
+ # minor = "4"
54
+ # release_date = "September 29, 2022"
55
55
56
56
# User interface configuration
57
57
[params .ui ]
You can’t perform that action at this time.
0 commit comments