Skip to content

Commit

Permalink
GDS 2.5.0-gds-2.5.0-alpha04 post-release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vnickolov committed Oct 6, 2023
1 parent 9920ea8 commit 0fbfb95
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.5.0-alpha04'
gdsVersion = '2.5.0-alpha05'
neo4jVersion = '5.10.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.5.0-alpha04'
gdsBaseVersion = '2.5.0-alpha05'
gdsAuraVersion = '36'

gdsVersion = gdsBaseVersion + (rootProject.hasProperty('aurads') ? "+${gdsAuraVersion}" : "")
Expand Down

0 comments on commit 0fbfb95

Please sign in to comment.