Skip to content

Commit 19abe5b

Browse files
Release 21.1.6
1 parent 8467ba5 commit 19abe5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'jacoco'
66
apply plugin: 'signing'
77
// apply plugin: 'com.github.spotbugs'
88

9-
version = '21.1.6-SNAPSHOT'
9+
version = '21.1.6'
1010
archivesBaseName = 'dashj-core'
1111
eclipse.project.name = 'dashj-core'
1212

core/src/main/java/org/bitcoinj/core/VersionMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
public class VersionMessage extends Message {
4545

4646
/** The version of this library release, as a string. */
47-
public static final String BITCOINJ_VERSION = "21.1.6-SNAPSHOT";
47+
public static final String BITCOINJ_VERSION = "21.1.6";
4848
/** The value that is prepended to the subVer field of this application. */
4949
public static final String LIBRARY_SUBVER = "/DashJ:" + BITCOINJ_VERSION + "/";
5050

0 commit comments

Comments
 (0)