diff --git a/dotnet-manual/antora.yml b/dotnet-manual/antora.yml index 8864a0e3..bf19b8e1 100644 --- a/dotnet-manual/antora.yml +++ b/dotnet-manual/antora.yml @@ -6,7 +6,7 @@ nav: - modules/ROOT/content-nav.adoc asciidoc: attributes: - dotnet-driver-version: '5.25' # the version of the api docs published at https://neo4j.com/docs/api/dotnet-driver/ + dotnet-driver-version: '5.26' # the version of the api docs published at https://neo4j.com/docs/api/dotnet-driver/ dotnet-driver-apidoc-release: '5.0' # the github branch or release that contains examples included in docs dotnet-examples: https://raw.githubusercontent.com/neo4j/neo4j-dotnet-driver/{dotnet-driver-apidoc-release}/Neo4j.Driver/Neo4j.Driver.Tests.Integration common-partial: 5@common-content:ROOT:partial$ diff --git a/go-manual/antora.yml b/go-manual/antora.yml index bb086a34..f169ed85 100644 --- a/go-manual/antora.yml +++ b/go-manual/antora.yml @@ -6,7 +6,7 @@ nav: - modules/ROOT/content-nav.adoc asciidoc: attributes: - go-driver-version: '5.25' # the version of published go api docs + go-driver-version: '5.26' # the version of published go api docs go-driver-apidoc-release: '5.0' # the github branch or release that contains examples included in docs go-examples: https://raw.githubusercontent.com/neo4j/neo4j-go-driver/{go-driver-apidoc-release}/tests/integration/examples common-partial: 5@common-content:ROOT:partial$ diff --git a/java-manual/antora.yml b/java-manual/antora.yml index 0b271dc4..74f67769 100644 --- a/java-manual/antora.yml +++ b/java-manual/antora.yml @@ -6,6 +6,6 @@ nav: - modules/ROOT/content-nav.adoc asciidoc: attributes: - java-driver-version: '5.25.0' # the version of the package published at https://central.sonatype.com/artifact/org.neo4j.driver/neo4j-java-driver + java-driver-version: '5.26.0' # the version of the package published at https://central.sonatype.com/artifact/org.neo4j.driver/neo4j-java-driver common-partial: 5@common-content:ROOT:partial$ common-image: 5@common-content:ROOT:image$ diff --git a/javascript-manual/antora.yml b/javascript-manual/antora.yml index 87863fa2..6b6755d9 100644 --- a/javascript-manual/antora.yml +++ b/javascript-manual/antora.yml @@ -6,7 +6,7 @@ nav: - modules/ROOT/content-nav.adoc asciidoc: attributes: - javascript-driver-version: '5.25' # the version of the api docs published at https://neo4j.com/docs/api/javascript-driver/ + javascript-driver-version: '5.26' # the version of the api docs published at https://neo4j.com/docs/api/javascript-driver/ javascript-driver-apidoc-release: '5.0' # the github branch or release that contains examples included in docs javascript-examples: https://raw.githubusercontent.com/neo4j/neo4j-javascript-driver/{javascript-driver-apidoc-release}/packages/neo4j-driver/test common-partial: 5@common-content:ROOT:partial$ diff --git a/python-manual/antora.yml b/python-manual/antora.yml index 7664ec2e..ee033bf1 100644 --- a/python-manual/antora.yml +++ b/python-manual/antora.yml @@ -6,7 +6,7 @@ nav: - modules/ROOT/content-nav.adoc asciidoc: attributes: - python-driver-version: '5.25' # the version of the api docs published at https://neo4j.com/docs/api/python-driver/ + python-driver-version: '5.26' # the version of the api docs published at https://neo4j.com/docs/api/python-driver/ python-driver-apidoc-release: '5.0' # the github branch or release that contains examples included in docs python-examples: https://raw.githubusercontent.com/neo4j/neo4j-python-driver/{python-driver-apidoc-release}/tests/integration/examples common-partial: 5@common-content:ROOT:partial$