mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 09:50:32 +01:00
Prepare 0.17-SNAPSHOT
This commit is contained in:
parent
f3075c44b6
commit
46e562bb20
@ -7,7 +7,7 @@ plugins {
|
||||
id 'eclipse'
|
||||
}
|
||||
|
||||
version = '0.17-alpha1'
|
||||
version = '0.17-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
api 'org.bouncycastle:bcprov-jdk15to18:1.72'
|
||||
|
@ -51,7 +51,7 @@ import java.util.Objects;
|
||||
public class VersionMessage extends Message {
|
||||
|
||||
/** The version of this library release, as a string. */
|
||||
public static final String BITCOINJ_VERSION = "0.17-alpha1";
|
||||
public static final String BITCOINJ_VERSION = "0.17-SNAPSHOT";
|
||||
/** 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