Skip to content

Commit 90eb1f8

Browse files
chore: Release 21.1.12
1 parent f3e1aee commit 90eb1f8

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
@@ -10,7 +10,7 @@ apply plugin: 'eclipse'
1010
apply plugin: 'jacoco'
1111
// apply plugin: 'com.github.spotbugs'
1212

13-
version = '21.1.12-SNAPSHOT'
13+
version = '21.1.12'
1414
archivesBaseName = 'dashj-core'
1515
eclipse.project.name = 'dashj-core'
1616

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.12-SNAPSHOT";
47+
public static final String BITCOINJ_VERSION = "21.1.12";
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)