diff --git a/build.gradle b/build.gradle
index dffebd95..57731d80 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,7 @@ if(System.getProperty("os.arch") == "aarch64") {
def headless = "true".equals(System.getProperty("java.awt.headless"))
group = 'com.sparrowwallet'
-version = '2.5.3'
+version = '2.5.4'
repositories {
mavenCentral()
diff --git a/docs/reproducible.md b/docs/reproducible.md
index 4dd278c2..80721167 100644
--- a/docs/reproducible.md
+++ b/docs/reproducible.md
@@ -56,7 +56,7 @@ sudo apt install -y rpm fakeroot binutils
First, assign a temporary variable in your shell for the specific release you want to build. For the current one specify:
```shell
-GIT_TAG="2.5.2"
+GIT_TAG="2.5.3"
```
The project can then be initially cloned as follows:
diff --git a/src/main/deploy/package/macos/Info.plist b/src/main/deploy/package/macos/Info.plist
index 5a61ca5a..e358626b 100644
--- a/src/main/deploy/package/macos/Info.plist
+++ b/src/main/deploy/package/macos/Info.plist
@@ -21,7 +21,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.5.3
+ 2.5.4
CFBundleSignature
????
diff --git a/src/main/java/com/sparrowwallet/sparrow/SparrowWallet.java b/src/main/java/com/sparrowwallet/sparrow/SparrowWallet.java
index 5b725465..352685e4 100644
--- a/src/main/java/com/sparrowwallet/sparrow/SparrowWallet.java
+++ b/src/main/java/com/sparrowwallet/sparrow/SparrowWallet.java
@@ -19,7 +19,7 @@ import java.util.*;
public class SparrowWallet {
public static final String APP_ID = "sparrow";
public static final String APP_NAME = "Sparrow";
- public static final String APP_VERSION = "2.5.3";
+ public static final String APP_VERSION = "2.5.4";
public static final String APP_VERSION_SUFFIX = "";
public static final String APP_HOME_PROPERTY = ApplicationDir.getHomeProperty(APP_NAME);
public static final String NETWORK_ENV_PROPERTY = "SPARROW_NETWORK";