Skip to content

Commit

Permalink
Update drivers versions to 5.26.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi committed Nov 4, 2024
1 parent 3a53b61 commit d7211ff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dotnet-manual/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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$
Expand Down
2 changes: 1 addition & 1 deletion go-manual/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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$
Expand Down
2 changes: 1 addition & 1 deletion java-manual/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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$
2 changes: 1 addition & 1 deletion javascript-manual/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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$
Expand Down
2 changes: 1 addition & 1 deletion python-manual/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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$
Expand Down

0 comments on commit d7211ff

Please sign in to comment.