Skip to content

Commit f57dd63

Browse files
breakanalysisknutwalkervnickolovMats-SX
committed
Update gds version to 1.2.1
Co-Authored-By: Paul Horn <[email protected]> Co-Authored-By: Veselin Nikolov <[email protected]> Co-Authored-By: Mats Rydberg <[email protected]>
1 parent be86d91 commit f57dd63

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
@@ -22,7 +22,7 @@ RETURN gds.version() AS version
2222
[opts="header",cols="1"]
2323
|===
2424
| version
25-
| "1.2.0"
25+
| "1.2.1"
2626
|===
2727
--
2828

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.2.0'
3+
gdsVersion = '1.2.1'
44
}

proc/common/src/main/java/org/neo4j/graphalgo/functions/VersionFunc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ public class VersionFunc {
2727
@UserFunction("gds.version")
2828
@Description("RETURN gds.version() | Return the installed graph data science library version.")
2929
public String version() {
30-
return "1.2.0";
30+
return "1.2.1";
3131
}
3232
}

0 commit comments

Comments
 (0)