Skip to content

Commit

Permalink
Set version to 0.15.9.bisq.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ripcurlx committed Sep 6, 2021
1 parent 57ea47f commit 25eab99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/VersionMessage.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
public class VersionMessage extends Message {

/** The version of this library release, as a string. */
public static final String BITCOINJ_VERSION = "0.15.8.bisq.13";
public static final String BITCOINJ_VERSION = "0.15.9.bisq.14";
/** The value that is prepended to the subVer field of this application. */
public static final String LIBRARY_SUBVER = "/bitcoinj:" + BITCOINJ_VERSION + "/";

Expand Down

0 comments on commit 25eab99

Please sign in to comment.