Skip to content

Commit 3377cdb

Browse files
chore: start 21.0.2-SNAPSHOT
1 parent a2e3aa1 commit 3377cdb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apply plugin: 'eclipse'
1010
apply plugin: 'jacoco'
1111
// apply plugin: 'com.github.spotbugs'
1212

13-
version = '22.0.1'
13+
version = '22.0.2-SNAPSHOT'
1414
archivesBaseName = 'dashj-core'
1515
eclipse.project.name = 'dashj-core'
1616

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 = "22.0.1";
47+
public static final String BITCOINJ_VERSION = "22.0.2-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)