diff --git a/docs/antora.yml b/docs/antora.yml index 7e0b619..e0c5dd0 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -2,21 +2,21 @@ name: clc title: Hazelcast CLC start_page: overview.adoc # Version in the URL -version: '5.4.1' +version: '5.5.0' # Version in the version selector (we display only the latest major.minor version) -display_version: '5.4.1' +display_version: '5.5.0' # Displays a banner to inform users that this is a prerelease version prerelease: false asciidoc: attributes: # The full major.minor.patch version, which is used as a variable in the docs for things like download links - full-version: '5.4.1' + full-version: '5.5.0' # Allows us to use UI macros. See https://docs.asciidoctor.org/asciidoc/latest/macros/ui-macros/ experimental: true snapshot: true page-toclevels: 3@ # Required Go version for build go-version: 1.21 - page-latest-supported-mc: '5.6-snapshot' + page-latest-supported-mc: '5.5.2' nav: - modules/ROOT/nav.adoc