From 35ccb7c25bcf39084384c344fd9f934650fc5a56 Mon Sep 17 00:00:00 2001 From: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:45:32 +0200 Subject: [PATCH] bump dev to 5.20 (#202) --- antora.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/antora.yml b/antora.yml index 33c393b..e070e4e 100644 --- a/antora.yml +++ b/antora.yml @@ -6,10 +6,10 @@ nav: - modules/ROOT/content-nav.adoc asciidoc: attributes: - neo4j-version: '5.19' - neo4j-version-exact: '5.19.0' - neo4j-buildnumber: '5.19' - java-driver-version: '5.19.0' + neo4j-version: '5.20' + neo4j-version-exact: '5.20.0' + neo4j-buildnumber: '5.20' + java-driver-version: '5.20.0' neo4j-documentation-branch: 'dev' page-origin-private: false neo4j-javadocs-base-uri: "https://neo4j.com/docs/java-reference/5/javadocs"