From 418c25f4c07c2edf6aa00f56405b6c64a88310cc Mon Sep 17 00:00:00 2001 From: Oliver Howell Date: Mon, 29 Jul 2024 10:39:13 +0100 Subject: [PATCH] Fix MC version to 5.5.0 --- docs/antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/antora.yml b/docs/antora.yml index 8efeae4d5..e94e8ee58 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -19,7 +19,7 @@ asciidoc: # All page-latest attributes are used as a variable in the docs for things like download links and search results page-latest-cli: '5.2021.09' # Must be lowercase because this is how the version appears in the docs - page-latest-supported-mc: '6.0-snapshot' + page-latest-supported-mc: '5.5.0' page-latest-supported-java-client: '5.5.0' page-latest-supported-go-client: '1.4.0' page-latest-supported-cplusplus-client: '5.3.0'