Skip to content

Commit

Permalink
Bump GDS version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mats-SX committed Dec 9, 2024
1 parent 7e01355 commit 456f13a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/antora.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: graph-data-science
title: Neo4j Graph Data Science
version: '2.13'
version: '2.14-preview'
start_page: ROOT:index.adoc
nav:
- modules/ROOT/content-nav.adoc
asciidoc:
attributes:
docs-version: '2.13'
docs-version: '2.14'
ga-promos-uri: https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/promos
ga-promo: analytics
page-ad-icon: mortarboard
Expand Down
2 changes: 1 addition & 1 deletion gradle/version.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
gdsBaseVersion = '2.13.1'
gdsBaseVersion = '2.14.0'
gdsAuraDSVersion = '80'
gdsVersion = rootProject.hasProperty('aurads') ? gdsBaseVersion + "+${gdsAuraDSVersion}" : gdsBaseVersion
}

0 comments on commit 456f13a

Please sign in to comment.