Release 0.15.1

This commit is contained in:
Andreas Schildbach
2019-03-08 11:43:31 +01:00
parent 47858d16e0
commit f48bdf3a02
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ import java.util.Locale;
public class VersionMessage extends Message {
/** The version of this library release, as a string. */
public static final String BITCOINJ_VERSION = "0.15.1-SNAPSHOT";
public static final String BITCOINJ_VERSION = "0.15.1";
/** The value that is prepended to the subVer field of this application. */
public static final String LIBRARY_SUBVER = "/bitcoinj:" + BITCOINJ_VERSION + "/";