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'