We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b371b commit 3dc4fcfCopy full SHA for 3dc4fcf
doc/antora.yml
@@ -1,13 +1,13 @@
1
name: graph-data-science
2
title: Neo4j Graph Data Science
3
-version: '2.17'
+version: '2.18-preview'
4
prerelease: true
5
start_page: ROOT:index.adoc
6
nav:
7
- modules/ROOT/content-nav.adoc
8
asciidoc:
9
attributes:
10
- docs-version: '2.17'
+ docs-version: '2.18'
11
ga-promos-uri: https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/promos
12
ga-promo: analytics
13
page-ad-icon: mortarboard
gradle/version.gradle
@@ -1,3 +1,3 @@
ext {
- gdsVersion = '2.17.1'
+ gdsVersion = '2.18.0'
}
0 commit comments