From 6e9f480c12afaee52bf383306bc74e56434a6c8f Mon Sep 17 00:00:00 2001 From: AlexicaWright <49636617+AlexicaWright@users.noreply.github.com> Date: Mon, 27 May 2024 11:06:56 +0200 Subject: [PATCH] bump dev to 5.21 --- antora.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/antora.yml b/antora.yml index e070e4e..2451ef0 100644 --- a/antora.yml +++ b/antora.yml @@ -6,10 +6,10 @@ nav: - modules/ROOT/content-nav.adoc asciidoc: attributes: - neo4j-version: '5.20' - neo4j-version-exact: '5.20.0' - neo4j-buildnumber: '5.20' - java-driver-version: '5.20.0' + neo4j-version: '5.21' + neo4j-version-exact: '5.21.0' + neo4j-buildnumber: '5.21' + java-driver-version: '5.21.0' neo4j-documentation-branch: 'dev' page-origin-private: false neo4j-javadocs-base-uri: "https://neo4j.com/docs/java-reference/5/javadocs"