From c05fdf14b9102f2a2f3efffe18091f4a92ee1ed9 Mon Sep 17 00:00:00 2001 From: Serdar Ozmen Date: Thu, 22 Feb 2024 12:11:00 +0300 Subject: [PATCH] Updating versions in Beta-2 antora.yml --- docs/antora.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 4a99a9bc7..64114abb9 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -11,16 +11,16 @@ asciidoc: # The full major.minor.patch version, which is used as a variable in the docs for things like download links full-version: '5.4.0-BETA-2' # The minor.patch version, which is used as a variable in the docs for things like file versions - minor-version: '5.3' + minor-version: '5.4.0-BETA-2' # The snapshot version for installing with brew - version-brew: '5.4.0-BETA-2' + version-brew: '5.4.0.beta.2' # Allows us to use UI macros. See https://docs.asciidoctor.org/asciidoc/latest/macros/ui-macros/ experimental: true page-toclevels: 1@ # 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.4-snapshot' + page-latest-supported-mc: '5.4.0-BETA-2' page-latest-supported-java-client: '5.4.0-BETA-2' page-latest-supported-go-client: '1.4.0' page-latest-supported-cplusplus-client: '5.3.0'