diff --git a/README.adoc b/README.adoc
index ed2399fc82..41e0803e94 100644
--- a/README.adoc
+++ b/README.adoc
@@ -96,7 +96,7 @@ For the most basic set of features, like graph loading and the graph representat
org.neo4j.gds
core
- 2.4.5
+ 2.4.6
----
@@ -108,21 +108,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
org.neo4j.gds
algo-common
- 2.4.5
+ 2.4.6
org.neo4j.gds
algo
- 2.4.5
+ 2.4.6
org.neo4j.gds
alpha-algo
- 2.4.5
+ 2.4.6
----
@@ -134,28 +134,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
org.neo4j.gds
proc-common
- 2.4.5
+ 2.4.6
org.neo4j.gds
proc
- 2.4.5
+ 2.4.6
org.neo4j.gds
alpha-proc
- 2.4.5
+ 2.4.6
org.neo4j.gds
open-write-services
- 2.4.5
+ 2.4.6
----
diff --git a/doc/modules/ROOT/pages/management-ops/utility-functions.adoc b/doc/modules/ROOT/pages/management-ops/utility-functions.adoc
index ac95df788a..157de93cb2 100644
--- a/doc/modules/ROOT/pages/management-ops/utility-functions.adoc
+++ b/doc/modules/ROOT/pages/management-ops/utility-functions.adoc
@@ -27,7 +27,7 @@ RETURN gds.version() AS version
[opts="header"]
|===
| version
-| "2.4.6"
+| "2.4.7"
|===
--
diff --git a/examples/pregel-bootstrap/build.gradle b/examples/pregel-bootstrap/build.gradle
index 867250985f..d0bf8c797f 100644
--- a/examples/pregel-bootstrap/build.gradle
+++ b/examples/pregel-bootstrap/build.gradle
@@ -7,7 +7,7 @@ plugins {
ext {
// Make sure these are the same as your installation of GDS and Neo4j
- gdsVersion = '2.4.5'
+ gdsVersion = '2.4.6'
neo4jVersion = '5.10.0'
// Necessary to generate value classes for Pregel configs
diff --git a/gradle/version.gradle b/gradle/version.gradle
index 8f5307c154..ac5467d106 100644
--- a/gradle/version.gradle
+++ b/gradle/version.gradle
@@ -1,5 +1,5 @@
ext {
- gdsBaseVersion = '2.4.6'
+ gdsBaseVersion = '2.4.7'
gdsAuraVersion = '35'
gdsVersion = gdsBaseVersion + (rootProject.hasProperty('aurads') ? "+${gdsAuraVersion}" : "")