Skip to content

Commit

Permalink
Set version to 0.15.8.bisq.7
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarguindzberg committed Oct 8, 2020
1 parent 14806a3 commit a733034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.google.protobuf'
apply plugin: 'maven'
apply plugin: 'eclipse'

version = '0.15.8.bisq.6'
version = '0.15.8.bisq.7'
archivesBaseName = 'bitcoinj-core'
eclipse.project.name = 'bitcoinj-core'

Expand Down
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.6";
public static final String BITCOINJ_VERSION = "0.15.8.bisq.7";
/** 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 a733034

Please sign in to comment.