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 @@ -5,7 +5,7 @@ apply plugin: 'maven-publish'
5
5
apply plugin : ' jacoco'
6
6
apply plugin : ' signing'
7
7
8
- version = ' 20.0.0 '
8
+ version = ' 20.0.1-SNAPSHOT '
9
9
archivesBaseName = ' dashj-core'
10
10
eclipse. project. name = ' dashj-core'
11
11
Original file line number Diff line number Diff line change 44
44
public class VersionMessage extends Message {
45
45
46
46
/** The version of this library release, as a string. */
47
- public static final String BITCOINJ_VERSION = "20.0.0 " ;
47
+ public static final String BITCOINJ_VERSION = "20.0.1-SNAPSHOT " ;
48
48
/** The value that is prepended to the subVer field of this application. */
49
49
public static final String LIBRARY_SUBVER = "/DashJ:" + BITCOINJ_VERSION + "/" ;
50
50
You can’t perform that action at this time.
0 commit comments