Skip to content

Commit

Permalink
Tag 0.17-alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Aug 2, 2024
1 parent 6a2e01b commit 739ff51
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 @@ -6,7 +6,7 @@ plugins {
id 'maven-publish'
}

version = '0.17-SNAPSHOT'
version = '0.17-alpha5'

dependencies {
api 'org.bouncycastle:bcprov-jdk15to18:1.78.1'
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 @@ -51,7 +51,7 @@
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-alpha5";
/** 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 739ff51

Please sign in to comment.