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 @@ -6,7 +6,7 @@ apply plugin: 'jacoco'
66apply plugin : ' signing'
77// apply plugin: 'com.github.spotbugs'
88
9- version = ' 21.1.6-SNAPSHOT '
9+ version = ' 21.1.6'
1010archivesBaseName = ' dashj-core'
1111eclipse. project. name = ' dashj-core'
1212
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.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
You can’t perform that action at this time.
0 commit comments