Skip to content

Commit 45df4b5

Browse files
committed
removed alpha from gradle bootstrap as well
1 parent fc5f8bb commit 45df4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pregel-bootstrap/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
ext {
99
// Make sure these are the same as your installation of GDS and Neo4j
10-
gdsVersion = '2.5.0-alpha05'
10+
gdsVersion = '2.5.0'
1111
neo4jVersion = '5.10.0'
1212

1313
// Necessary to generate value classes for Pregel configs

0 commit comments

Comments
 (0)