Skip to content

Commit

Permalink
Set GDS version to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Jul 15, 2024
1 parent 0d1b880 commit cb975af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/pregel-bootstrap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

ext {
// Make sure these are the same as your installation of GDS and Neo4j
gdsVersion = '2.8.0-alpha01'
gdsVersion = '2.8.0'
neo4jVersion = '5.20.0'

// Necessary to generate value classes for Pregel configs
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.8.0-alpha01'
gdsBaseVersion = '2.8.0'
gdsAuraDSVersion = '72'
gdsVersion = rootProject.hasProperty('aurads') ? gdsBaseVersion + "+${gdsAuraDSVersion}" : gdsBaseVersion
}

0 comments on commit cb975af

Please sign in to comment.