From c990616a7b84b69dba25144ecc2cb66085410737 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Fri, 18 Oct 2024 12:42:01 +0300 Subject: [PATCH] Updated antora.yml for 5.5.0 --- docs/antora.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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