File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/bitcoinj/core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ apply plugin: 'eclipse'
1010apply plugin : ' jacoco'
1111// apply plugin: 'com.github.spotbugs'
1212
13- version = ' 21.1.12-SNAPSHOT '
13+ version = ' 21.1.12'
1414archivesBaseName = ' dashj-core'
1515eclipse. project. name = ' dashj-core'
1616
Original file line number Diff line number Diff line change 4444public 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
You can’t perform that action at this time.
0 commit comments