Skip to content

Commit d75dab3

Browse files
Update version to 1.0.0
Co-Authored-By: Jonatan Jäderberg <[email protected]>
1 parent 9aeda29 commit d75dab3

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-
| "0.9.3"
25+
| "1.0.0"
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 = '0.9.3'
3+
gdsVersion = '1.0.0'
44
}

proc/src/main/java/org/neo4j/graphalgo/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 "0.9.3";
30+
return "1.0.0";
3131
}
3232
}

0 commit comments

Comments
 (0)