mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 01:40:26 +01:00
Tag 0.17-alpha4
This commit is contained in:
parent
b292679aa4
commit
e42c59b818
@ -6,7 +6,7 @@ plugins {
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
version = '0.17-SNAPSHOT'
|
||||
version = '0.17-alpha4'
|
||||
|
||||
dependencies {
|
||||
api 'org.bouncycastle:bcprov-jdk15to18:1.78.1'
|
||||
|
@ -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.17-alpha4";
|
||||
/** The value that is prepended to the subVer field of this application. */
|
||||
public static final String LIBRARY_SUBVER = "/bitcoinj:" + BITCOINJ_VERSION + "/";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user