Skip to content

Commit a53c062

Browse files
authored
Merge pull request #2167 from breakanalysis/update-version-to-1.4.0
Update GDS version to 1.4.0
2 parents 60c41ad + 6251bae commit a53c062

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/asciidoc/management-ops/utility-functions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RETURN gds.version() AS version
3636
[opts="header"]
3737
|===
3838
| version
39-
| "1.4.0-alpha10"
39+
| "1.4.0"
4040
|===
4141
--
4242

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.4.0-alpha10'
10+
gdsVersion = '1.4.0'
1111
neo4jVersion = '4.1.3'
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,4 +1,4 @@
11
ext {
22
gdsGroup = 'org.neo4j.gds'
3-
gdsVersion = '1.4.0-alpha10'
3+
gdsVersion = '1.4.0'
44
}

0 commit comments

Comments
 (0)