bump to v1.5.3

This commit is contained in:
Craig Raw 2026-05-21 13:39:16 +02:00
parent 2b86ad298e
commit aa1f0c32ed
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ def os = org.gradle.internal.os.OperatingSystem.current()
def releaseArch = System.getProperty('os.arch') == 'aarch64' ? 'aarch64' : 'x86_64'
group = 'com.sparrowwallet.frigate'
version = '1.5.2'
version = '1.5.3'
repositories {
mavenCentral()

View File

@ -29,7 +29,7 @@ import java.util.Locale;
public class Frigate {
public static final String SERVER_NAME = "Frigate";
public static final String SERVER_VERSION = "1.5.2";
public static final String SERVER_VERSION = "1.5.3";
public static final String APP_HOME_PROPERTY = "frigate.home";
public static final String NETWORK_ENV_PROPERTY = "FRIGATE_NETWORK";
private static final int MAINNET_TAPROOT_ACTIVATION_HEIGHT = 709632;