prepare 0.18-SNAPSHOT

This commit is contained in:
Andreas Schildbach 2024-08-23 16:46:19 +02:00
parent ba60554425
commit a2642d8af7
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ plugins {
id 'maven-publish'
}
version = '0.17-SNAPSHOT'
version = '0.18-SNAPSHOT'
dependencies {
api 'org.bouncycastle:bcprov-jdk15to18:1.78.1'

View file

@ -51,7 +51,7 @@ import static org.bitcoinj.base.internal.Preconditions.check;
public class VersionMessage extends BaseMessage {
/** The version of this library release, as a string. */
public static final String BITCOINJ_VERSION = "0.17-SNAPSHOT";
public static final String BITCOINJ_VERSION = "0.18-SNAPSHOT";
/** The value that is prepended to the subVer field of this application. */
public static final String LIBRARY_SUBVER = "/bitcoinj:" + BITCOINJ_VERSION + "/";