Skip to content

Commit c09e7a4

Browse files
Merge pull request #8896 from IoannisPanagiotas/post-264-26
Post 264 26
2 parents e069b16 + eda5998 commit c09e7a4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ For the most basic set of features, like graph loading and the graph representat
8282
<dependency>
8383
<groupId>org.neo4j.gds</groupId>
8484
<artifactId>core</artifactId>
85-
<version>2.6.3</version>
85+
<version>2.6.4</version>
8686
</dependency>
8787
----
8888

@@ -94,21 +94,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
9494
<dependency>
9595
<groupId>org.neo4j.gds</groupId>
9696
<artifactId>algo-common</artifactId>
97-
<version>2.6.3</version>
97+
<version>2.6.4</version>
9898
</dependency>
9999
100100
<!-- Contains the productized algorithms -->
101101
<dependency>
102102
<groupId>org.neo4j.gds</groupId>
103103
<artifactId>algo</artifactId>
104-
<version>2.6.3</version>
104+
<version>2.6.4</version>
105105
</dependency>
106106
107107
<!-- Contains some alpha algorithms -->
108108
<dependency>
109109
<groupId>org.neo4j.gds</groupId>
110110
<artifactId>alpha-algo</artifactId>
111-
<version>2.6.3</version>
111+
<version>2.6.4</version>
112112
</dependency>
113113
----
114114

@@ -120,28 +120,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
120120
<dependency>
121121
<groupId>org.neo4j.gds</groupId>
122122
<artifactId>proc-common</artifactId>
123-
<version>2.6.3</version>
123+
<version>2.6.4</version>
124124
</dependency>
125125
126126
<!-- Contains the productized algorithm procedures -->
127127
<dependency>
128128
<groupId>org.neo4j.gds</groupId>
129129
<artifactId>proc</artifactId>
130-
<version>2.6.3</version>
130+
<version>2.6.4</version>
131131
</dependency>
132132
133133
<!-- Contains some alpha algorithm procedures-->
134134
<dependency>
135135
<groupId>org.neo4j.gds</groupId>
136136
<artifactId>alpha-proc</artifactId>
137-
<version>2.6.3</version>
137+
<version>2.6.4</version>
138138
</dependency>
139139
140140
<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
141141
<dependency>
142142
<groupId>org.neo4j.gds</groupId>
143143
<artifactId>open-write-services</artifactId>
144-
<version>2.6.3</version>
144+
<version>2.6.4</version>
145145
</dependency>
146146
----
147147

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.6.3'
10+
gdsVersion = '2.6.4'
1111
neo4jVersion = '5.18.1'
1212

1313
// Necessary to generate value classes for Pregel configs

gradle/version.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ext {
2-
gdsBaseVersion = '2.6.4'
2+
gdsBaseVersion = '2.6.5'
33
gdsAuraVersion = '58'
44
gdsVersion = gdsBaseVersion + (rootProject.hasProperty('aurads') ? "+${gdsAuraVersion}" : "")
55
}

0 commit comments

Comments
 (0)