diff --git a/README.md b/README.md
index 9b584c7b1..7d07c218c 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ The Spring Data Aerospike project aims to provide a familiar and consistent Spri
|`spring-data-aerospike` Version | Spring Boot Version
| :----------- | :----: |
-|2.4.0.RELEASE | 2.3.x
+|2.4.1.RELEASE | 2.3.x
|2.3.5.RELEASE | 2.2.x
|2.1.1.RELEASE | 2.1.x, 2.0.x
|1.2.1.RELEASE | 1.5.x
@@ -41,7 +41,7 @@ Add the Maven dependency:
com.aerospike
spring-data-aerospike
- 2.4.0.RELEASE
+ 2.4.1.RELEASE
```
diff --git a/pom.xml b/pom.xml
index 15e891044..a469c6909 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.aerospike
spring-data-aerospike
- 2.4.0.RELEASE
+ 2.4.1.RELEASE
Spring Data Aerospike
Aerospike Inc.
diff --git a/src/main/asciidoc/reference/aerospike.adoc b/src/main/asciidoc/reference/aerospike.adoc
index e06d3ec4b..21af5b856 100644
--- a/src/main/asciidoc/reference/aerospike.adoc
+++ b/src/main/asciidoc/reference/aerospike.adoc
@@ -33,7 +33,7 @@ Then add the following to `pom.xml` dependencies section.
com.aerospike
spring-data-aerospike
- 2.4.0.RELEASE
+ 2.4.1.RELEASE
@@ -45,7 +45,7 @@ You can either setup Spring Boot or Spring application. Basic setup of Spring Bo
|===
|Spring-data-aerospike Version |Spring Boot Version
-|2.4.0.RELEASE
+|2.4.1.RELEASE
|2.3.x
|2.3.5.RELEASE