We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e3aa1 commit 3377cdbCopy full SHA for 3377cdb
2 files changed
core/build.gradle
@@ -10,7 +10,7 @@ apply plugin: 'eclipse'
10
apply plugin: 'jacoco'
11
// apply plugin: 'com.github.spotbugs'
12
13
-version = '22.0.1'
+version = '22.0.2-SNAPSHOT'
14
archivesBaseName = 'dashj-core'
15
eclipse.project.name = 'dashj-core'
16
core/src/main/java/org/bitcoinj/core/VersionMessage.java
@@ -44,7 +44,7 @@
44
public class VersionMessage extends Message {
45
46
/** The version of this library release, as a string. */
47
- public static final String BITCOINJ_VERSION = "22.0.1";
+ public static final String BITCOINJ_VERSION = "22.0.2-SNAPSHOT";
48
/** The value that is prepended to the subVer field of this application. */
49
public static final String LIBRARY_SUBVER = "/DashJ:" + BITCOINJ_VERSION + "/";
50
0 commit comments