Skip to content

Commit b3863c9

Browse files
Start 20.0.1-SNAPSHOT
Signed-off-by: HashEngineering <hashengineeringsolutions@gmail.com>
1 parent 0ce9035 commit b3863c9

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
@@ -5,7 +5,7 @@ apply plugin: 'maven-publish'
55
apply plugin: 'jacoco'
66
apply plugin: 'signing'
77

8-
version = '20.0.0'
8+
version = '20.0.1-SNAPSHOT'
99
archivesBaseName = 'dashj-core'
1010
eclipse.project.name = 'dashj-core'
1111

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