From a138bfb1eeef1d0b6b93a69111c1fa0982d09eae Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 22 Jul 2024 21:30:15 +0000 Subject: [PATCH] Update latest supported MC to 6.0-snapshot --- docs/antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/antora.yml b/docs/antora.yml index 0d6be56e8..d5c63d052 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -21,7 +21,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: '5.5-snapshot' + page-latest-supported-mc: '6.0-snapshot' page-latest-supported-java-client: '5.5.0-SNAPSHOT' page-latest-supported-go-client: '1.4.0' page-latest-supported-cplusplus-client: '5.3.0'