Skip to content

Commit 495838d

Browse files
committed
Use current unreleased GDS version in Pregel bootstrap
1 parent 0c0e48f commit 495838d

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 = '1.8.5'
10+
gdsVersion = '1.8.6'
1111
neo4jVersion = '4.4.3'
1212

1313
// Necessary to generate value classes for Pregel configs

0 commit comments

Comments
 (0)