Skip to content

Commit 06cc10a

Browse files
FlorentinDvnickolov
andcommitted
Remove alpha from current version
Co-authored-by: Veselin Nikolov <[email protected]>
1 parent ca6ac45 commit 06cc10a

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
@@ -29,7 +29,7 @@ RETURN gds.version() AS version
2929
[opts="header"]
3030
|===
3131
| version
32-
| "1.7.0-alpha07"
32+
| "1.7.0"
3333
|===
3434
--
3535

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.7.0-alpha07'
10+
gdsVersion = '1.7.0'
1111
neo4jVersion = '4.2.11'
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.7.0-alpha07'
3+
gdsVersion = '1.7.0'
44
}

0 commit comments

Comments
 (0)